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

pull/124/merge
Peter Goodhall 2012-12-16 22:29:32 +00:00
rodzic 0f4bd03951
commit d075c09de9
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

@ -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