Popularity
4.3
Growing
Activity
0.0
Stable
1
3
3
Monthly Downloads: 20
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Latest version: v0.1.0.9
timezone-olson-th alternatives and similar packages
Based on the "timezone" category.
Alternatively, view timezone-olson-th alternatives based on common mentions on social networks and blogs.
-
timezone-series
Enhanced timezone handling for Data.Time -
timezone-olson
A pure Haskell parser and renderer for binary Olson timezone files
Do you think we are missing an alternative of timezone-olson-th or a related project?
README
timezone-olson-th
Template Haskell to load a TimeZoneSeries from an Olson file at compile time.
For Example:
myTimeZoneSeries :: TimeZoneSeries
myTimeZoneSeries = $(loadTZFile "/usr/share/zoneinfo/Europe/Stockholm")