-
Bug
-
Resolution: Fixed
-
Major
-
2.5.3, 2.6
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-42808-master -
While exploring the Administration, I noticed that the backup scheduler was not running the backups at the right time. Having spent quite some time on it as part of MDL-28531, that surprised me.
So I have investigated and the problem is not occurring in 2.4, but it is in 2.5 and master. The problem seems to come from the Google library that we have included in 2.5. Though this is not occurring if you have a timezone set in your php.ini.
Google_Client.php
|
|
if (! ini_get('date.timezone') && function_exists('date_default_timezone_set')) {
|
date_default_timezone_set('UTC');
|
}
|
Reported upstream: http://code.google.com/p/google-api-php-client/issues/detail?id=422
- has been marked as being related by
-
MDL-28531 Automated backups run not on the time they are scheduled
-
- Closed
-