class TimeZone extends DateTimeZone

Extension of the PHP DateTimeZone class.

Methods

static array
getTimeZones()

Returns a list of time zones where the key is a valid PHP time zone while the value is a presentable name.

static array
getGroupedTimeZones()

Returns an array of grouped time zones where the key is a valid PHP timezone while the value is a presentable name.

Details

at line 28
static array getTimeZones()

Returns a list of time zones where the key is a valid PHP time zone while the value is a presentable name.

Return Value

array

at line 46
static array getGroupedTimeZones()

Returns an array of grouped time zones where the key is a valid PHP timezone while the value is a presentable name.

Return Value

array