pavkam / tzdb

Delphi/FPC Time Zone Database
https://www.iana.org/time-zones
BSD 3-Clause "New" or "Revised" License
84 stars 27 forks source link

2018e update and CLDR 33.1 and fixed generics stuff for older version of delphi #7

Closed mbtaylor1982 closed 5 years ago

mbtaylor1982 commented 5 years ago

1) Updated to TZDB 2018e 2) Updated to CLDR 33.1 Windows TZ alias's 3) Added SupportsGenerics IFDEF to make compatible with Delphi versions 6 -> 2007 4) Fixed a bug in the TBundledTimeZone.Destroy where FPeriods ould be freed even if it was nil. happened when the TZ passed in the constructor was invalid.

pavkam commented 5 years ago

I wouldn't bother with pre-XE Delphi-s. Actually I am curious how many people still use D6?

pavkam commented 5 years ago

Merged.

pavkam commented 5 years ago

Thanks @mbtaylor1982

petr-nehez commented 5 years ago

I use a lot e.g. D2010 on legacy projects :wink:

pavkam commented 5 years ago

@petr-nehez - noted. Thanks.