Skip to content

Releases: pavkam/tzdb

TZDB 2.1.2020a (patch)

17 Aug 11:14
Compare
Choose a tag to compare

TZDB 2.1.2020a

03 May 09:45
Compare
Choose a tag to compare
  • Update to the latest IANA 2020a database.
  • No source or API changes.

TZDB 2.1.2019c

12 Sep 08:00
Compare
Choose a tag to compare
  • Update to the latest IANA 2019c database.
  • No source or API changes.

TZDB 2.1.2019b

02 Aug 20:23
Compare
Choose a tag to compare

This release sees a completely rewritten core that moves away from TCompiledPeriod/TCompiledRule combo. Now, the code scans the data structures on each request. The consequence of this change was to finally take into consideration all possible combinations of year segments and rules.

This change finally allows TZDB to support all exotic combinations of rules and zones!

This is a highly recommended update.

TZDB 2.0.2019b

24 Jul 14:48
Compare
Choose a tag to compare

This is a breaking release.

  • TBudledTimeZone no longer derives from TTimeZone on Delphi.
  • Implementation now uses generic classes on both Delphi and FreePascal.
  • Dropped support for versions of Delphi pre-XP. Minimum supported FreePascal version is 3.0.
  • Rewrote internals to use year segments for all TZ functions. Before, each operation would have its own quirks and impl. details.
  • GetYearBreakdown allows pulling all year segments for a given year. No more looping by second required!
  • New DbVersion property allows checking the IANA DB version.
  • General fixes for exotic time zones such as Cairo in 1900, 2010, 2012 and 2014.
  • Fixes for zones with negative DST offsets (Dublin).
  • ... and more fixes!

Enjoy!

TZDB 1.9.2019g

11 Jul 22:44
Compare
Choose a tag to compare
  • Updated multiple issues. Thanks to all reporters and collaborators.
  • Updated TZDB to work on FPC 3+.
  • Updated to the latest IANA DB 2019b.

TZDB 1.8.2018g

01 Nov 09:09
a9ebd42
Compare
Choose a tag to compare

Version 1.8.2018g is here with the latest TZ database changes (2018g).

TZDB 1.8.2014c

14 May 09:31
Compare
Choose a tag to compare
  • Version 1.8.2014c is here with the latest tz database changes (2014c).

TZDB 1.8.2014b

23 Apr 09:23
Compare
Choose a tag to compare
  • Version 1.8.2014b is here with the latest tz database changes (2014b).
  • More alias mappings from CLDR project (wasn't updated for years).
  • Fixed TZUpdate for some alias cases and renamed to TZCompile.