Wednesday, February 20, 2013

How to get list of available timezones in php

<?php
    print_r( DateTimeZone::listIdentifiers( ) ); 
?>