SQL PHP HTML ASP JavaScript articles and free scripts to download

date_default_timezone_set()

Irrespective of time zone set in php.ini file , we can set the time zone of the server for our script by using date_default_timezone_set() function.
The list of applicable time zone identifier is available here.
Here is the sample code to set the time zone.

<?Php
echo date_default_timezone_set();
?>

We can set it like this

date_default_timezone_set('America/Chicago');

After setting the time zone , you can read the same by using date_default_timezone_get() function.
Please rate this Article on one to five scale



Post Comment This is for short comments only. Use the forum for more discussions.
Name
Email( not to be displayed)Privacy Policy
1+2=This is to prevent automatic submission by spammers. Please enter the result of the sum as asked

Join Our Email List
Email:  
For Email Newsletters you can trust
HTML . MySQL. PHP. JavaScript. ASP. Photoshop. Articles. FORUM Contact us

©2000-2013 plus2net.com All rights reserved worldwide Privacy Policy Disclaimer