| [Overview][Constants][Types][Procedures and functions][Index] | 
Record describing a timezone
Source position: ostypes.inc line 206
| type timezone = record | ||
| tz_minuteswest: cint; | 
 | Minutes west of GMT | 
| tz_dsttime: cint; | 
 | Uses Daylight Savings Time | 
| end; |