Skip to content

Releases: dezlov/PascalTZ

PascalTZ 2.2.0

18 Mar 21:37
Compare
Choose a tag to compare

Enhancements:

  • Replaced .rc script by .res resource file in order to avoid issues with windres on some platforms. [#11]
  • Added additional high-dpi component icons. [#11]

Bugfixes:

  • Handle weekday macros which fall into another month. For example, "Asia/Hong_Kong" zone in tzdata2019b includes weekday macros "Sun>=28" and "Sun>=31". [#10]

PascalTZ 2.1.3

15 Aug 12:20
Compare
Choose a tag to compare

Resolved compatibility issues with tzdata 2018f and 2018g. [#7, #8]

PascalTZ 2.1.2

05 Apr 02:21
Compare
Choose a tag to compare

Fixed loading of time zone data directory via DatabasePath property on Unix-like platforms. [#6]

PascalTZ 2.1.1

21 Feb 09:29
Compare
Choose a tag to compare

Updated package file version number to match the release version.

PascalTZ 2.1

19 Feb 17:42
Compare
Choose a tag to compare

This is a maintenance release.

PascalTZ component now comes with a design and runtime package for the integration into Lazarus IDE. Other changes include few new helper methods and properties, compatibility fixes for newer tzdata versions and improvements to the testing framework.

For a detailed list of changes please check the CHANGELOG.

PascalTZ 2.0

19 Jul 09:43
Compare
Choose a tag to compare

This is a first and major update since the original release.

It contains many new features, performance improvements and critical bugfixes. You are strongly advised to upgrade if you are using an older version.

A quick summary of changes:

  1. Major data parsing and time zone conversion problems were addressed.
  2. Implemented a testing framework.
  3. Improved performance.
  4. Added new methods to simplify time zone conversions and loading of time zone database.

For a detailed list of changes please check the CHANGELOG.

PascalTZ 1.0

16 Nov 12:31
Compare
Choose a tag to compare

Original PascalTZ 1.0 package published on 11 November 2009 by the original authoer José Mejuto.

Warning: Major data parsing and time zone conversions problems have been discovered in PascalTZ 1.0. You are strongly advised to use a newer version.