TIMEZONES
Summary
TimezonesDescription
The recommended way of setting timezones is via php.ini. However, you can set the default timezone for your Exponential application as shown below. More on supported timezones : http://www.php.net/manual/en/timezones.php.
date_default_timezone_set( 'Europe/Paris' )
Andrea Melo (21/06/2012 3:44 pm)
Andrea Melo (22/06/2012 9:55 am)
Comments
There are no comments.