Forum und email
timezone_open

timezone_open

(PHP 5 >= 5.1.0RC1)

timezone_open -- Returns new DateTimeZone object

Popis

DateTimeZone timezone_open ( string timezone )

DateTimeZone DateTimeZone::__construct ( string timezone )

Seznam parametrů

timezone

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

Návratové hodnoty

Returns DateTimeZone object on success or FALSE on failure.