Learn how to use php timezone array
Here is the php timezone array. You can use this as a dropdown and set current timezone using date_default_timezone_set(‘Europe/London’); <?php $tz = array ( ‘Pacific/Apia’ => ‘[GMT-11:00] West Samoa Time (MIT)’, ‘Pacific/Niue’ => ‘[GMT-11:00] Niue Time (Pacific/ Niue)’, ‘Pacific/Tahiti’ => ‘[GMT-10:00] Tahiti Time (Pacific/ Tahiti)’, ‘HST’ => ‘[GMT-10:00] Hawaii Standard Time (HST)’, ‘America/Adak’ => ‘[GMT-10:00] […]
Continue Reading →