PascalTZ
PascalTZ copied to clipboard
Time zone database for Free Pascal / Lazarus
Do you think that it will be interesting to extend library to perform precise time operations (to the second precision) so it can calculate seconds between two arbitrary times/dates ?...
In PascalTZ 1.00 the fields storing strings are arrays of chars for 2 reasons, one is speed allocating space and the most important one because I was thinking in store...
unit uPascalTZ; TPascalTZ.BareParseRule(const AIterator: TTZLineIterate); Had to change from: NewRule.InMonth := MonthNumberFromShortName(TmpWord); to: NewRule.InMonth := MonthNumberFromShortName(Copy(TmpWord,1,3));