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