Skip to content

Releases: dezlov/PascalTZ

PascalTZ 2.2.0

Choose a tag to compare

@dezlov dezlov released this 18 Mar 21:37

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

Choose a tag to compare

@dezlov dezlov released this 15 Aug 12:20

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

PascalTZ 2.1.2

Choose a tag to compare

@dezlov dezlov released this 05 Apr 02:21

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

PascalTZ 2.1.1

Choose a tag to compare

@dezlov dezlov released this 21 Feb 09:29

Updated package file version number to match the release version.

PascalTZ 2.1

Choose a tag to compare

@dezlov dezlov released this 19 Feb 17:42

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

Choose a tag to compare

@dezlov dezlov released this 19 Jul 09:43

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

Choose a tag to compare

@dezlov dezlov released this 16 Nov 12:31

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.