Releases: smartrent/zoneinfo
Releases · smartrent/zoneinfo
v0.1.8
v0.1.7
- Improvements
- Reduce chances of raising when something goes wrong getting the time zone
information. For example, recover if a time zone hasn't been loaded yet and
the cache GenServer isn't available. This fixes crashes in code that may not be
easy to debug when there are calendar troubles. - Don't load a time zone more than once if multiple processes ask for the same
one at the same time.
- Reduce chances of raising when something goes wrong getting the time zone
v0.1.6
v0.1.5
- Improvements
- Fix Calendar return values when time zone queries are wrong. Thanks to
@LostKobrakai for this fix.
- Fix Calendar return values when time zone queries are wrong. Thanks to
v0.1.4
v0.1.3
-
Improvements
- UTC and standard time offsets are now tested for consistency with Tz.
Normally you just want the overall offset from UTC and that was already
tested (this is what's used in the DateTime calculations). The TZif data
doesn't split out the offsets, but it turned out that a heuristic works
really well. - Unit tests run quickly. Thorough tests are available via
mix test --include slow
- UTC and standard time offsets are now tested for consistency with Tz.
-
Bug fixes
- Fixed UTC and standard time offsets discrepancies with Tz (and hence the IANA
rules database). The only known exceptions now are Paris and Monoco in the
mid-1940s and Morocco. See the unit tests for discussion on the differences.
- Fixed UTC and standard time offsets discrepancies with Tz (and hence the IANA