474849505152535455
try { return new DateTime(formatter.parse(rawString)).toDateTime(DateTimeZone.UTC); } catch (ParseException pe) { throw new RuntimeDateFormatException(pe); } }