Skip to content

Instantly share code, notes, and snippets.

@glennpratt
Created January 25, 2012 21:28
Show Gist options
  • Select an option

  • Save glennpratt/1678831 to your computer and use it in GitHub Desktop.

Select an option

Save glennpratt/1678831 to your computer and use it in GitHub Desktop.
php > $tz = new DateTimeZone('America/Chicago');
php > var_dump($tz->getLocation());
array(4) {
["country_code"]=>
string(2) "US"
["latitude"]=>
float(41.85)
["longitude"]=>
float(-87.65)
["comments"]=>
string(12) "Central Time"
}
php >
@glennpratt

Copy link
Copy Markdown
Author

Note the string `$arr['comments'].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment