Skip to content

Instantly share code, notes, and snippets.

View MehulBawadia's full-sized avatar

Mehul Bawadia MehulBawadia

View GitHub Profile
@MehulBawadia
MehulBawadia / timezones_list.php
Created June 27, 2016 08:15
The timezone list for select box
<?php
/*
* The below code is taken from the StackOverlow
* http://stackoverflow.com/questions/1727077/generating-a-drop-down-list-of-timezones-with-php
*/
function timezone_list() {
static $timezones = null;