PHP timezone_name_get() Function

PHP Date/Time Reference : Return the name of the timezone

Definition and Usage

The timezone_name_get() returns the name of the timezone.

Syntax

timezone_name_get(object)

Parameter Values

Parameter Description
object Required. Specifies a DateTimeZone object

Technical Details

Return Value: Returns a timezone name from the list of timezones
PHP Version: 5.2+

❮ PHP Date/Time Reference