moodle/calendar/classes
Petr Skoda d6e7a63d9a MDL-49684 timezones: rewrite timezone support
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
2015-04-06 13:53:51 +12:00
..
export_form.php MDL-46814 calendar: Export calendar uses moodle forms 2014-12-18 12:59:27 +13:00
rrule_manager.php MDL-42079 calendar: Add a rrule_manager class 2014-03-05 09:48:07 +08:00
type_base.php MDL-42537 calendar: locale charset on windows will come from calendartype 2013-11-04 15:54:19 +08:00
type_factory.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00