TimeZones

No description available for this symbol.

Syntax

enum TimeZones

Members

Name Value
UT_TIMEZONE_SERVER
UT_TIMEZONE_MIT
UT_TIMEZONE_HAST
UT_TIMEZONE_AKST
UT_TIMEZONE_AKDT
UT_TIMEZONE_PST
UT_TIMEZONE_PDT
UT_TIMEZONE_MST
UT_TIMEZONE_MDT
UT_TIMEZONE_CST
UT_TIMEZONE_CDT
UT_TIMEZONE_EST
UT_TIMEZONE_EDT
UT_TIMEZONE_PRT
UT_TIMEZONE_CNT
UT_TIMEZONE_AGT
UT_TIMEZONE_BET
UT_TIMEZONE_CAT
UT_TIMEZONE_UTC
UT_TIMEZONE_WET
UT_TIMEZONE_WEST
UT_TIMEZONE_CET
UT_TIMEZONE_CEST
UT_TIMEZONE_EET
UT_TIMEZONE_EEST
UT_TIMEZONE_ART
UT_TIMEZONE_EAT
UT_TIMEZONE_MET
UT_TIMEZONE_NET
UT_TIMEZONE_PLT
UT_TIMEZONE_IST
UT_TIMEZONE_BST
UT_TIMEZONE_ICT
UT_TIMEZONE_CTT
UT_TIMEZONE_AWST
UT_TIMEZONE_JST
UT_TIMEZONE_ACST
UT_TIMEZONE_AEST
UT_TIMEZONE_SST
UT_TIMEZONE_NZST
UT_TIMEZONE_NZDT
0
0
3600
3600
7200
7200
10800
7200
10800
12600
14400
18000
19800
21600
25200
28800
28800
32400
34200
36000
39600
43200
46800
iYear 1970;
iMonth 1;
iDay 1;
iHour 0;
tzTimeZone GetTimeZone();
iTemp IsLeapYear(iYear);
else
iTemp SecondsInMonth( iYear , iMonth );
else
else
else
iMinute ( iTimeStamp / 60 );
iSecond ( iTimeStamp % 60 );
tzTimeZone GetTimeZone();
iTime TimeToUnix( iYear , iMonth , iDay , iHour , iMinute , iSecond , UT_TIMEZONE_UTC );
iOffset iTime - get_systime();
Defined in unixtime.inc at line 39 . This documentation was automatically generated from source.