allTimeZones function Time zone lookups

List<ZoneDescription> allTimeZones()

Returns a table of time zones with information useful for choosing one.

Implementation

List<ZoneDescription> allTimeZones() =>
    TimeZoneDatabase().descriptions.toList();