Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


DateTime::getTimezone

(PHP 5 >= 5.2.0)

DateTime::getTimezoneReturn time zone relative to given DateTime

Описание

public DateTimeZone DateTime::getTimezone ( void )

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

object

Procedural style only: A DateTime object returned by date_create()

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

Returns DateTimeZone object on success or FALSE on failure.

Примеры

Пример #1 Setting and getting DateTimeZone objects

<?php
date_default_timezone_set
('Europe/London');

$datetime = new DateTime('2008-08-03 12:35:23');
echo 
$datetime->getTimezone()->getName() . "\n";

$datetime = new DateTime('2008-08-03 12:35:23');
$la_time = new DateTimeZone('America/Los_Angeles');
$datetime->setTimezone($la_time);
echo 
$datetime->getTimezone()->getName();
?>

Результат выполнения данного примера:

Europe/London
America/Los_Angeles

Смотрите также






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |