From 34c0bd4cc72d5e57b3d0bfe372a4d04e2f69c0fd Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 17 Aug 2009 08:12:43 +0000 Subject: [PATCH] MDL-19417 added timezone settings info; backported from HEAD --- config-dist.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config-dist.php b/config-dist.php index 8393a329806..1de3d943c62 100644 --- a/config-dist.php +++ b/config-dist.php @@ -131,6 +131,11 @@ $CFG->admin = 'admin'; // // These are additional tweaks for which no GUI exists in Moodle yet. // +// Starting in PHP 5.3 administrators should specify default timezone +// in PHP.ini, you can also specify it here if needed. +// See details at: http://php.net/manual/en/function.date-default-timezone-set.php +// List of time zones at: http://php.net/manual/en/timezones.php +// date_default_timezone_set('Australia/Perth'); // // Change the key pair lifetime for Moodle Networking // The default is 28 days. You would only want to change this if the key