Hi all! I’ve been working on a package that provides time zone abbreviations (e.g. CET, CEST) in Elm by using elm/time
types, and I wanted to share it for feedback before releasing it. You can find more details in the repository README
file, including some research on the current status of this within other Elm packages.
This package is mainly designed to workaround the absence of abbreviation data support in the Time.Zone
type, and in a way that can be easily used alongside packages like timezone-data
. There’s an interesting conversation around this in the topic that introduced that same package.
Among other feedback, I would like to know about points like:
- Whether anyone here has needed to show time zone abbreviations in an Elm application and what approach was used for that.
- Any other existing alternative or context that I may have missed.
- Feedback on the documentation and API.