phersh on 11/25/08
Last Edited at 11/25/08 01:41pm
$timezone_abbreviations = DateTimeZone::listAbbreviations(); // One timezone's detailsprint_r($timezone_abbreviations["acst"]); // List all timezonesprint_r($timezone_abbreviations);
Report this snippet Tweet
Comment:
You need to login to post a comment.