|
timezone_name_from_abbrReturns the timezone name from abbreviation Description
string timezone_name_from_abbr
( string
$abbr
[, int $gmtOffset = -1
[, int $isdst = -1
]] )Parameters
Return Values
Returns time zone name on success or Examples
Example #1 A timezone_name_from_abbr example
<?php The above example will output something similar to: Europe/Berlin Europe/Paris See Also
|