Added info about the time zone setting in index.php and that its not recommended to change it!

This commit is contained in:
Peter Goodhall 2012-12-16 22:29:32 +00:00
parent 0f4bd03951
commit d075c09de9

View File

@ -19,7 +19,17 @@
*
*/
define('ENVIRONMENT', 'development');
/*
*---------------------------------------------------------------
* Default Time Zone
*---------------------------------------------------------------
*
* As amateur radio generally works by UTC this is stored by default.
* It is not recommended that you hcange this setting.
*/
date_default_timezone_set('UTC');
/*
*---------------------------------------------------------------
* ERROR REPORTING