php8.5
Home/ Manual/ reference / datetime/ The DateTimeZone class

The DateTimeZone class

Representation of time zone.

Intro

Representation of time zone.

Class synopsis

class DateTimeZone { }

Predefined Constants

DateTimeZone::AFRICAint

Africa time zones.

DateTimeZone::AMERICAint

America time zones.

DateTimeZone::ANTARCTICAint

Antarctica time zones.

DateTimeZone::ARCTICint

Arctic time zones.

DateTimeZone::ASIAint

Asia time zones.

DateTimeZone::ATLANTICint

Atlantic time zones.

DateTimeZone::AUSTRALIAint

Australia time zones.

DateTimeZone::EUROPEint

Europe time zones.

DateTimeZone::INDIANint

Indian time zones.

DateTimeZone::PACIFICint

Pacific time zones.

DateTimeZone::UTCint

UTC time zones.

DateTimeZone::ALLint

All time zones.

DateTimeZone::ALL_WITH_BCint

All time zones including backwards compatible.

DateTimeZone::PER_COUNTRYint

Time zones per country.

Changelog

VersionDescription
8.4.0The class constants are now typed.

Datetimezone

In this section

Source: reference/datetime/datetimezone.xml · from the official PHP manual (php/doc-en)