| Methods | ||
|---|---|---|
public
|
__construct(string $timezone)
|
# |
public
|
getName(): string
|
# |
public
|
getOffset(DateTimeInterface $datetime): int
|
# |
public
|
getTransitions(int $timestampBegin = PHP_INT_MIN, int $timestampEnd = PHP_INT_MAX): array|false
|
# |
public
|
getLocation(): array|false
|
# |
public
static
|
listAbbreviations(): array
|
# |
public
static
|
listIdentifiers(int $timezoneGroup = DateTimeZone::ALL, ?string $countryCode = null): array
|
# |
public
|
__serialize(): array
|
# |
public
|
__unserialize(array $data): void
|
# |
public
|
__wakeup(): void
|
# |
public
static
|
__set_state(array $array): DateTimeZone
|
# |
| Constants | |||
|---|---|---|---|
public
|
int |
AFRICA = UNKNOWN
|
# |
public
|
int |
AMERICA = UNKNOWN
|
# |
public
|
int |
ANTARCTICA = UNKNOWN
|
# |
public
|
int |
ARCTIC = UNKNOWN
|
# |
public
|
int |
ASIA = UNKNOWN
|
# |
public
|
int |
ATLANTIC = UNKNOWN
|
# |
public
|
int |
AUSTRALIA = UNKNOWN
|
# |
public
|
int |
EUROPE = UNKNOWN
|
# |
public
|
int |
INDIAN = UNKNOWN
|
# |
public
|
int |
PACIFIC = UNKNOWN
|
# |
public
|
int |
UTC = UNKNOWN
|
# |
public
|
int |
ALL = UNKNOWN
|
# |
public
|
int |
ALL_WITH_BC = UNKNOWN
|
# |
public
|
int |
PER_COUNTRY = UNKNOWN
|
# |