mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-19417 added timezone settings info
This commit is contained in:
parent
436b1642f0
commit
9c733e8621
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue