Skip to content

Instantly share code, notes, and snippets.

View rgfpy's full-sized avatar

Robert Galeano rgfpy

View GitHub Profile
@rgfpy
rgfpy / timezone.php
Created June 6, 2025 16:10 — forked from djaiss/timezone.php
Timezone in PHP
<?php
return array (
'(UTC-11:00) Midway Island' => 'Pacific/Midway',
'(UTC-11:00) Samoa' => 'Pacific/Samoa',
'(UTC-10:00) Hawaii' => 'Pacific/Honolulu',
'(UTC-09:00) Alaska' => 'US/Alaska',
'(UTC-08:00) Pacific Time (US &amp; Canada)' => 'America/Los_Angeles',
'(UTC-08:00) Tijuana' => 'America/Tijuana',
'(UTC-07:00) Arizona' => 'US/Arizona',