Skip to content

Commit

Permalink
Set time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
seejohnrun committed Apr 30, 2011
1 parent fc4c7fe commit 9d31589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.php
Expand Up @@ -11,6 +11,11 @@
*/
error_reporting(E_ALL);

/*
* Set the default time zone to avoid errors on systems with wonky php.ini's
*/
date_default_timezone_set('UTC');

/*
*---------------------------------------------------------------
* SYSTEM FOLDER NAME
Expand Down

0 comments on commit 9d31589

Please sign in to comment.