Skip to content

Releases: GULPF/timezones

v0.5.4

03 Nov 19:44
Compare
Choose a tag to compare
  • Updated bundled timezone database to version 2020d
  • Fix bug with timezones/posixtimezones in release mode
  • Fix issue with fetchjsontimexones for newer IANA timezone releases

v0.5.3

20 Jun 14:06
Compare
Choose a tag to compare
  • Updated bundled timezone database to version 2020a
  • Fix issue preventing the library from being installable on Windows

v0.5.0

15 Feb 09:11
Compare
Choose a tag to compare

This release is a nearly complete rewrite of the library. No attempt at backwards compatibility has been made, but the API should now be stable moving forwards.

Notable additions:

  • A new timezones/posixtimezones module has been added for handling the system timezones on posix systems.
  • A new timezones.TimezoneInfo type has been added which represents
    a timezone + additional meta data.
  • Possibility of setting the default timezone db with setDefaultTzDb.
  • Updated database to version 2018i

v0.4.0

05 Nov 15:17
Compare
Choose a tag to compare
  • Updated database to version 2018g
  • countries(db, tzName) and location(db, tzName) no longer throws when tzName doesn't exist in the database.
  • The name of static offset timezones have been changed to ±HH:MM:SS or ±HH:MM (was: STATIC[±HH:MM:SS] or STATIC[±HH:MM]).
  • tz(tzName) now accepts static offsets on the form ±HH:MM:SS or ±HH:MM as well as the special string LOCAL for the local timezone.
  • Dms and Coordinates are now objects instead of tuples