Skip to content

Releases: hrzndhrn/time_zone_info

Version 0.6.1

05 Feb 09:38
Compare
Choose a tag to compare
v0.6.1

Update coveralls.json

Version 0.6.0

25 Sep 10:45
b9b3cdd
Compare
Choose a tag to compare
Merge pull request #37 from hrzndhrn/2021b

Update with 2021b

Version 0.5.4

14 Mar 09:43
Compare
Choose a tag to compare
v0.5.4

Update tzdb

Version 0.5.2

26 Oct 19:44
Compare
Choose a tag to compare

Updating priv/data.etf with IANA tzdata version 2020d.

0.4.0

25 Apr 06:00
Compare
Choose a tag to compare
  • Updating priv/data.etf with IANA tzdata version 2020a.
  • The Etc/UTC time-zone is always supported, no matter how the configuration is specified.
  • Adding TimeZoneInfo.DataPersistence.FileSystem.
  • Changing configuration option format to mode.
  • Adding mode :ws. In this mode the Downloader will call a web service to
    fetch data.
  • Adding TimeZoneInfo.data/2, this function generates TimeZoneInfo.data and
    is intended for use in a time-zone-info-server.
  • Adding examples TimeZoneInfoServer and Clock.
  • Making some modules private. According to Hiding Internal Modules and Functions.

0.3.0

17 Apr 05:19
Compare
Choose a tag to compare
  • Using plug_cowboy instead of cowboy in tests.
  • Adding HTTP status code to the downloader.
  • Updating default lookahead to 15 years.
  • Refactoring date-time handling.
  • Adding TimeZoneInfo.info/0.
  • Adding optional info/0 callback to the DataStore behaviour.
  • Adding optional info/0 callback to the DataPersistence behaviour.
  • Adding TimeZoneInfo.Listener.ErrorLogger.

0.2.0

09 Apr 06:09
Compare
Choose a tag to compare
  • Reimplementation of the TimeZoneInfo.Transformer to fix a bunch of bugs.
  • Update parser to handle CRs.