| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Return local timezone offset
Source position: datih.inc line 198
| function GetLocalTimeOffset: Integer; | 
GetLocalTimeOffset returns the local timezone offset in minutes. This is the difference between UTC time and local time:
UTC = LocalTime + GetLocalTimeOffset
Note that on Linux/Unix, this information may be inaccurate around the DST time changes (for optimization). In that case, the unix.ReReadLocalTime unit must be used to re-initialize the timezone information.
| 
 | Re-Read the local time files. | |
| 
 | Return the current date. | |
| 
 | Returns the current time. | |
| 
 | Returns the current date and time. |