advanced code snippet search
phersh on 11/25/08
timezone timezones
11/25/08 01:41pm
1 person have marked this snippet as a favorite
Scooter
$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.