TZinfo v2.0.4 Release Notes
Release Date: 2020-12-16 // over 1 year ago-
- 🛠 Fixed an incorrect
InvalidTimezoneIdentifier
exception raised when loading a zoneinfo file that includes rules specifying an additional transition to the final defined offset (for example, Africa/Casablanca in version 2018e of the Time Zone Database). #123.
- 🛠 Fixed an incorrect
Previous changes from v2.0.3
-
- ➕ Added support for handling "slim" format zoneinfo files that are produced by default by zic version 2020b and later. The POSIX-style TZ string is now used calculate DST transition times after the final defined transition in the file. #120.
- 🛠 Fixed
TimeWithOffset#getlocal
returning aTimeWithOffset
with thetimezone_offset
still assigned when called with an offset argument on JRuby 9.3. - 👍 Rubinius is no longer supported.