Unit 'BaseUnix' Package
[Overview][Constants][Types][Procedures and functions][Index] [#rtl]

timezone

Record describing a timezone.

Declaration

Source position: ostypes.inc line 249

type timezone = record

  tz_minuteswest: cint;

  

Minutes west of GMT.

  tz_dsttime: cint;

  

Uses Daylight Savings Time.

end;


Documentation generated on: Jul 24 2023