Skip to content

Instantly share code, notes, and snippets.

@guimadaleno
Last active March 8, 2022 18:31
Show Gist options
  • Save guimadaleno/87b2cee8f4a962d2d9dd to your computer and use it in GitHub Desktop.
Save guimadaleno/87b2cee8f4a962d2d9dd to your computer and use it in GitHub Desktop.
List all timezones in PHP
<?php
$tzList = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
var_dump($tzList);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment