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

timezone

Record describing a timezone

Declaration

Source position: ostypes.inc line 219

type timezone = packed record

  tz_minuteswest: cInt;

  tz_dsttime: cInt;

end;