TZinfo v2.0.5 Release Notes

Release Date: 2022-07-19 // over 1 year ago
    • ๐Ÿ”„ Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime 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! or TZInfo.eager_load!. Compatible with Ruby On Rails' eager_load_namespaces. #129.
    • ๐Ÿ”’ Ignore the SECURITY file from Arch Linux's tzdata package. #134.

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.