Date/Time Функции
PHP Manual

timezone_open

(PHP 5 >= 5.1.0)

timezone_openReturns new DateTimeZone object

Описание

DateTimeZone timezone_open ( string $timezone )

Список параметров

timezone

Time zone identifier as full name (e.g. Europe/Prague) or abbreviation (e.g. CET).

Возвращаемые значения

Returns DateTimeZone object on success or FALSE on failure.


Date/Time Функции
PHP Manual