_timezone

From RAD Studio
Jump to: navigation, search

Go Up to time.h Index


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.