TimeStamp has a field:
TimeZone : Integer; { in seconds }
Can GPC not sometimes have 16 bit Integer? Because if so, that field would be too small.
Should it be defined as Integer(32)?
Hmm, the TimeZone on my system comes back as:
TimeZone (in seconds): -1878692308
It should be +8 hours (28800).
Enjoy, Peter.