Skip to content

Astro version 1.0.1

Choose a tag to compare

@kipcole9 kipcole9 released this 06 Apr 07:02

Bug Fixes

  • Use only the configured time zone database to resolve time zone information. Therefore any module that implements the Calendar.TimeZoneDatabase behaviour can be used. This also makes the code align with the README so that either Tzdata or Tz can be configured as the systems time zone database (or any future library). Thanks to @ericlathrop for the issue. Closes #4.