getDefault static method

TimeZones getDefault()

Implementation

static TimeZones getDefault() {
  return TimeZones()..setZone('en_US');
}