static DateTime getConvertedTime(DateTime baseDate, String utcZone) { return TZDateTime.from(baseDate, getLocation(utcZone)); }