Display the text box

timezone_name_from_abbr()

« timezone_location_get | timezone_name_get »
<?php
$string 
timezone_name_from_abbr (
    
?// string $abbr
    
// [int $gmtOffset = -1]
    
  // [int $isdst = -1]
);
?>
Result
$string = 'Europe/Berlin'
Examples
#1 timezone_name_from_abbr  ("CET")
#2 timezone_name_from_abbr  ("",
 
3600,
 
0)
See also
timezone_abbreviations_list