Source Code:
(back to article)
<?php echo timezone_name_from_abbr('EST') . PHP_EOL; // outputs "America/New_York" echo timezone_name_from_abbr('PST'); // outputs "America/Los_Angeles"
Result:
Report an issue