PHPExcel_Shared_TimeZone
category | PHPExcel |
---|---|
package | PHPExcel_Shared |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
_validateTimeZone(string $timezone) : boolean
string
Time zone (e.g. 'Europe/London')
boolean
Success or failuregetTimeZone() : string
string
Timezone (e.g. 'Europe/London')getTimeZoneAdjustment(string $timezone, integer $timestamp) : integer
string
The timezone for finding the adjustment to UST
integer
PHP date/time value
\PHPExcel_Exception |
---|
integer
Number of seconds for timezone adjustmentsetTimeZone(string $timezone) : boolean
string
Time zone (e.g. 'Europe/London')
boolean
Success or failure_getTimezoneTransitions(\DateTimeZone $objTimezone, integer $timestamp) : array
integer
PHP date/time value for finding the current transition
array
The current transition details$_timezone