$timezone
$timezone :
PHPExcel_Shared_TimeZone
getTimeZoneAdjustment( $timezone, integer $timestamp)
Return the Timezone offset used for date/time conversions to/from UST This requires both the timezone and the calculated date/time to allow for local DST
@param string $timezone The timezone for finding the adjustment to UST
$timezone | ||
integer | $timestamp | PHP date/time value @return integer Number of seconds for timezone adjustment @throws PHPExcel_Exception |
getTimezoneTransitions( $objTimezone, integer $timestamp)
Return the Timezone transition for the specified timezone and timestamp
@param DateTimeZone $objTimezone The timezone for finding the transitions
$objTimezone | ||
integer | $timestamp | PHP date/time value for finding the current transition @return array The current transition details |