php8.5
Home/ Manual/ datetime / datetimezone/ DateTimeZone::getName

DateTimeZone::getName

PHP function Edit on GitHub ✎

(PHP 5 >= 5.2.0, PHP 7, PHP 8)

Returns the name of the timezone

Description

Oop

DateTimeZone::getName(): string

Procedural

timezone_name_get(DateTimeZone $object): string

Returns the name of the timezone.

Parameters

object

The DateTimeZone for which to get a name.

Return Values

Depending on zone type, UTC offset (type 1), timezone abbreviation (type 2), and timezone identifiers as published in the IANA timezone database (type 3), the descriptor string to create a new DateTimeZone object with the same offset and/or rules. For example 02:00, CEST, or one of the timezone names in the list of timezones.

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