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

timezone

Record describing a timezone

Declaration

Source position: oldlinux.pp line 197

type timezone = packed record

  minuteswest: LongInt;

  

Minutes west of GMT

  dsttime: LongInt;

  

Daylight savings time

end;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.