Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.4
-
Fix Version/s: 3.4
-
Component/s: Calendar
-
Testing Instructions:
-
Affected Branches:MOODLE_34_STABLE
-
Fixed Branches:MOODLE_34_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-60406-master -
Pull Master Diff URL:
Description
We just noticed the calendar_get_view() is calculating dates using DAYSECS and HOURSECS for day, month and upcoming views. That can be a problem, specially for daylight savings, returning the wrong time.
We need to review calendar_get_view() and maybe other places using those constants and change them to use our Time API.