Skip to content

v0.1.3

Compare
Choose a tag to compare
@fhunleth fhunleth released this 15 Mar 00:03
· 38 commits to main since this release
  • 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
  • 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.