IntlTimeZone::getRawOffset
(PHP 5.5.0, PECL >= 3.0.0a1)
IntlTimeZone::getRawOffset — Get the raw GMT offset (before taking daylight savings time into account
Описание
public integer IntlTimeZone::getRawOffset
( void
)
Внимание
К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Поддержка языков и кодировок
- Internationalization Functions
- Функция IntlTimeZone::countEquivalentIDs() - Get the number of IDs in the equivalency group that includes the given ID
- Функция IntlTimeZone::createDefault() - Create a new copy of the default timezone for this host
- IntlTimeZone::createEnumeration
- Функция IntlTimeZone::createTimeZone() - Create a timezone object for the given ID
- Функция IntlTimeZone::fromDateTimeZone() - Create a timezone object from DateTimeZone
- Функция IntlTimeZone::getCanonicalID() - Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID
- Функция IntlTimeZone::getDisplayName() - Get a name of this time zone suitable for presentation to the user
- Функция IntlTimeZone::getDSTSavings() - Get the amount of time to be added to local standard time to get local wall clock time
- Функция IntlTimeZone::getEquivalentID() - Get an ID in the equivalency group that includes the given ID
- Функция IntlTimeZone::getErrorCode() - Get last error code on the object
- Функция IntlTimeZone::getErrorMessage() - Get last error message on the object
- Функция IntlTimeZone::getGMT() - Create GMT (UTC) timezone
- Функция IntlTimeZone::getID() - Get timezone ID
- Функция IntlTimeZone::getOffset() - Get the time zone raw and GMT offset for the given moment in time
- Функция IntlTimeZone::getRawOffset() - Get the raw GMT offset (before taking daylight savings time into account
- Функция IntlTimeZone::getTZDataVersion() - Get the timezone data version currently used by ICU
- Функция IntlTimeZone::hasSameRules() - Check if this zone has the same rules and offset as another zone
- Функция IntlTimeZone::toDateTimeZone() - Convert to DateTimeZone object
- Функция IntlTimeZone::useDaylightTime() - Check if this time zone uses daylight savings time
Коментарии
The return value is the difference, in milliseconds, between UTC and local time. Note that this means that the offset is positive if the local timezone is behind UTC and negative if it is ahead.