Record describing a timezone
Source position: ostypes.inc line 219
type timezone = packed record
tz_minuteswest: cInt;
tz_dsttime: cInt;
end;