On Tue, Apr 01, 2003 at 05:15:28PM +0200, Markus Gerwinski wrote:
Besides, the function expects parameters named DST, TZName1, and TZName2. Can somebody tell me what they mean and how to find reasonable values for them?
program Foo; var t: TimeStamp; begin GetTimeStamp (t); WriteLn (t.TimeZone, ' ', t.TZName1, ' ', t.TZName2) end.
TimeZone is the number of seconds west from Greenwich.
Eike