Releases: dezlov/PascalTZ
PascalTZ 2.2.0
Enhancements:
- Replaced
.rc
script by.res
resource file in order to avoid issues withwindres
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
PascalTZ 2.1.2
Fixed loading of time zone data directory via DatabasePath
property on Unix-like platforms. [#6]
PascalTZ 2.1.1
Updated package file version number to match the release version.
PascalTZ 2.1
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
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:
- Major data parsing and time zone conversion problems were addressed.
- Implemented a testing framework.
- Improved performance.
- 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
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.