Releases: nerves-time/nerves_time_zones
Releases · nerves-time/nerves_time_zones
v0.3.6
v0.3.5
- 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.
- Include backwards compatibility time zones. Based on feedback, these are in
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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
v0.2.1
v0.2.0
-
Added
- IANA database version, earliest date, and latest date now configurable form
the application environment (thanks @LostKobrakai)
- IANA database version, earliest date, and latest date now configurable form
-
Updates
- Update the IANA database to 2022a