PascalTZ icon indicating copy to clipboard operation
PascalTZ copied to clipboard

Time zone database for Free Pascal / Lazarus

Results 3 PascalTZ issues
Sort by recently updated
recently updated
newest added

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 ?...

feature

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...

feature

unit uPascalTZ; TPascalTZ.BareParseRule(const AIterator: TTZLineIterate); Had to change from: NewRule.InMonth := MonthNumberFromShortName(TmpWord); to: NewRule.InMonth := MonthNumberFromShortName(Copy(TmpWord,1,3));

bug