getTimeZoneId static method

String getTimeZoneId()

Implementation

static String getTimeZoneId() {
  return DateTime.now().timeZoneName;
}