Skip to content

Releases: tzinfo/tzinfo

v0.3.55

27 Oct 18:08
Compare
Choose a tag to compare

v0.3.54

25 Mar 15:36
Compare
Choose a tag to compare

v1.2.5

04 Feb 19:58
Compare
Choose a tag to compare
  • Support recursively (deep) freezing Country and Timezone instances. #80.
  • Allow negative daylight savings time offsets to be derived when reading from zoneinfo files. The utc_offset and std_offset are now derived correctly for Europe/Dublin in the 2018a and 2018b releases of the Time Zone Database.

TZInfo v1.2.5 on RubyGems.org

v1.2.4

26 Oct 22:18
Compare
Choose a tag to compare
  • Ignore the leapseconds file that is included in zoneinfo directories installed with version 2017c and later of the Time Zone Database.

TZInfo v1.2.4 on RubyGems.org

v1.2.3

25 Mar 18:42
Compare
Choose a tag to compare
  • Reduce the number of String objects allocated when loading zoneinfo files. #54.
  • Make Timezone#friendly_identifier compatible with frozen string literals.
  • Improve the algorithm for deriving the utc_offset from zoneinfo files. This now correctly handles Pacific/Apia switching from one side of the International Date Line to the other whilst observing daylight savings time. #66.
  • Fix an UnknownTimezone exception when calling transitions_up_to or offsets_up_to on a TimezoneProxy instance obtained from Timezone.get_proxy.
  • Allow the Factory zone to be obtained from the Zoneinfo data source.
  • Ignore the /usr/share/zoneinfo/timeconfig symlink included in Slackware distributions. #64.
  • Fix Timezone#strftime handling of %Z expansion when %Z is prefixed with more than one percent. #31.
  • Support expansion of %z, %:z, %::z and %:::z to the UTC offset of the time zone in Timezone#strftime. #31 and #67.

TZInfo v1.2.3 on RubyGems.org

v0.3.53

23 Mar 20:39
Compare
Choose a tag to compare

v0.3.52

28 Oct 18:03
Compare
Choose a tag to compare

v0.3.51

05 Jul 21:48
Compare
Choose a tag to compare

v0.3.50

14 Jun 20:27
Compare
Choose a tag to compare

v0.3.49

18 Apr 21:52
Compare
Choose a tag to compare