[Overview][Constants][Types][Procedures and functions][Variables] Reference for unit 'oldlinux' (#rtl)

timezone

Record describing a timezone

Declaration

Source position: linuxold.inc line 197

type timezone = packed record

  minuteswest: LongInt;

  

Minutes west of GMT

  dsttime: LongInt;

  

Daylight savings time

end;