mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-21 15:56:30 +00:00
Added info about the time zone setting in index.php and that its not recommended to change it!
This commit is contained in:
parent
0f4bd03951
commit
d075c09de9
10
index.php
10
index.php
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user