Skip to content

Commit

Permalink
MDL-19417 added timezone settings info
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 17, 2009
1 parent 436b164 commit 9c733e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@
//
// 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
Expand Down

0 comments on commit 9c733e8

Please sign in to comment.