Astro version 1.0.1
Bug Fixes
- Use only the configured time zone database to resolve time zone information. Therefore any module that implements the
Calendar.TimeZoneDatabasebehaviour can be used. This also makes the code align with the README so that eitherTzdataorTzcan be configured as the systems time zone database (or any future library). Thanks to @ericlathrop for the issue. Closes #4.