elm-community / elm-time

A pure Elm date and time library.

Home Page:http://package.elm-lang.org/packages/elm-community/elm-time/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: TimeZones all

sporto opened this issue · comments

It is a common pattern to present a dropdown to a user where they can select their timezone.
In order to do this I need a list of all timezones.

Time.TimeZones doesn't expose a function for getting them all at once. It would be great to have

all : List TimeZone