Skip to content

chrono-tz v0.1.2: 2016g

Choose a tag to compare

@pitdicker pitdicker released this 03 Apr 17:03

TZDB version 2016g (2016-09-28).

Changes

  • Use binary search for finding timezone.
  • Make sure we don't return ambiguous for a date.
  • Change HashSet to BTreeSet to preserve ordering.
  • Make Dushanbe timezones correct.

Documentation

  • Add link to docs to readme.
  • Acknowledge zoneinfo_parse in intro.

Internal

  • Nicer formatting of generated code.
  • Add more tests.
  • Add manual Debug and Display impls.
  • Add documentation for Span.