Skip to content

Instantly share code, notes, and snippets.

View SKB-CGN's full-sized avatar

SKB-CGN

View GitHub Profile
@kulbakin
kulbakin / timezones.php
Last active July 10, 2024 11:05
Array of timezones where keys are PHP timezone names and values are human friendly timezone titles.
<?php
/**
* List of timezones
*/
return array(
'Pacific/Midway' => '(UTC-11:00) Midway',
'Pacific/Niue' => '(UTC-11:00) Niue',
'Pacific/Pago_Pago' => '(UTC-11:00) Pago Pago',
'America/Adak' => '(UTC-10:00) Adak',
'Pacific/Honolulu' => '(UTC-10:00) Honolulu',