mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
![]() This patch replaces all homegrown timezone stuff with standard PHP date/time code. The main change is the introduction of core_date class that returns normalised user and server timezones. From now on nobody should be using $CFG->timezone or $user->timezone directly! Other new features and fixes: * admins are prompted for timezone during install * editing of other users is finally fixed * timezones are displayed in user profile * new $this->setTimezone() in phpunit * time locale is now automatically reset in phpunit * timezone is now automatically reset in phpunit * phpunit has Australia/Perth as default timezone |
||
---|---|---|
.. | ||
alternative_component_cache.php | ||
automated_backups.php | ||
backup.php | ||
check_database_schema.php | ||
cron.php | ||
fix_course_sequence.php | ||
fix_deleted_users.php | ||
install.php | ||
install_database.php | ||
maintenance.php | ||
mysql_collation.php | ||
mysql_compressed_rows.php | ||
mysql_engine.php | ||
purge_caches.php | ||
reset_password.php | ||
upgrade.php |