timeZones property

List<String> timeZones
final

A list of valid time zone identifiers.

Implementation

static final List<String> timeZones = <String>[
  'UTC',
  'GMT',
  'EST',
  'EDT',
  'CST',
  'CDT',
  'MST',
  'MDT',
  'PST',
  'PDT',
  'ECT',
  'EET',
  'ART',
  'AST',
  'EAT',
  'MET',
  'NET',
  'PLT',
  'IST',
  'BST',
  'VST',
  'CTT',
  'JST',
  'ACT',
  'AET',
  'SST',
  'NST',
  'MIT',
  'HST',
  'AST',
  'PNT',
  'PRT',
  'CNT',
  'AGT',
  'BET',
  'CAT',
];