From d075c09de9acd493e25a99ebe87f5f544290b97c Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 16 Dec 2012 22:29:32 +0000 Subject: [PATCH] Added info about the time zone setting in index.php and that its not recommended to change it! --- index.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.php b/index.php index 8cd25b95..0c38d3fb 100644 --- a/index.php +++ b/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