TZinfo v2.0.5 Release Notes
Release Date: 2022-07-19 // about 2 years ago-
- ๐ Changed
DateTime
results to always use the proleptic Gregorian calendar. This affectsDateTime
results prior to 1582-10-15 and any arithmetic performed on the results that would produce a secondary result prior to 1582-10-15. - โ Added support for eager loading all the time zone and country data by calling
either
TZInfo::DataSource#eager_load!
orTZInfo.eager_load!
. Compatible with Ruby On Rails'eager_load_namespaces
. #129. - ๐ Ignore the SECURITY file from Arch Linux's tzdata package. #134.
- ๐ Changed
Previous changes from v2.0.4
-
- ๐ 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