Skip to content

Releases: nerves-time/nerves_time_zones

v0.3.6

08 Sep 15:21
Compare
Choose a tag to compare
  • Fixes

    • Support building against Erlang installs with spaces in paths
  • Updates

    • Update the IANA database to 2024b
    • Update tzcode from 2023c to 2024b version (many POSIX compatibility related updates)

v0.3.5

27 Jun 16:13
Compare
Choose a tag to compare
  • Updates
    • Include backwards compatibility time zones. Based on feedback, these are in
      such wide use that it's unexpected when they don't exist. This increases the
      amount of data saved, but if you're using a deduplicating filesystem like
      SquashFS with Nerves, it's very minimal.

v0.3.3

16 Aug 01:59
Compare
Choose a tag to compare
  • Updates
    • Update the IANA database to 2023c
    • Update cached tzcode to 2023c to fix compilation errors with GCC 13.2

v0.3.2

23 Mar 13:57
Compare
Choose a tag to compare
  • Updates
    • Update the IANA database to 2023a

v0.3.1

24 Jan 18:35
Compare
Choose a tag to compare
  • Fixes
    • Some build machines incorrectly detected gettext support when building zic.
      Since gettext isn't needed, force it off to avoid the possibility of a build
      error.

v0.3.0

08 Dec 14:13
Compare
Choose a tag to compare

This release changes how dates are returned that happen before the earliest date
in the time zone database. This is due to an update to IANA's zic compiler.
Previously the earliest time zone would be extended to dates before the
beginning of the database. This was wrong, though, since there could be any
number of time zone changes. The new way is to return UTC and the unknown time
zone, -00.

If you have dates in your regression tests, you probably will need to update
them if they're processed by nerves_time_zones.

  • Updates
    • Update the IANA database and zic compiler to 2022g
    • Fix the earliest database date to 2022/1/1 so regression tests can have
      fixed dates without breaking independent of a nerves_time_zones version bump.

v0.2.2

16 Oct 15:51
Compare
Choose a tag to compare
  • Updates
    • Update the IANA database to 2022e

v0.2.1

11 Aug 12:59
Compare
Choose a tag to compare
  • Updates
    • Update the IANA database to 2022b

v0.2.0

19 May 23:39
Compare
Choose a tag to compare
  • Added

    • IANA database version, earliest date, and latest date now configurable form
      the application environment (thanks @LostKobrakai)
  • Updates

    • Update the IANA database to 2022a

v0.1.10

25 Oct 01:00
Compare
Choose a tag to compare
  • Update timezone database to 2021e