getConvertedTime static method

DateTime getConvertedTime(
  1. DateTime baseDate,
  2. String utcZone
)

Implementation

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