date_timezone_set
(PHP 5 >= 5.1.0RC1)
date_timezone_set -- Sets the time zone for the DateTime object
Описание
void
date_timezone_set ( DateTime object, DateTimeZone timezone )
void
DateTime::setTimezone ( DateTimeZone timezone )
Список параметров
object
DateTime object.
timezone
Desired time zone.
Возвращаемые значения
Returns NULL on success or FALSE on failure.