RAD Studio
ContentsIndex
PreviousUpNext
_timezone

Header File 

time.h 

Syntax 

extern long _timezone; 

Description 

_timezone is used by the time-and-date functions. It is calculated by the tzset function; it is assigned a long value that is the difference, in seconds, between the current local time and Greenwich mean time. 

On Win32, the value of _timezone is obtained from the operating system.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!