-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.8.6
-
MOODLE_28_STABLE
STEPS TO REPRODUCE
- Change site's Timezone configuration (eg UTC 0)
- Create a course setting a start date
- Check the Unix timestamp at mdl_course.startdate, it's created base on the current timezone configuration
- Modify the site's Timezone configuration (eg UTC -5)
- Check that mdl_course.start hasn't changed
- Course settings and topics shows now a different starting date (eg a day earlier)
- Weekly topics are released with hours of difference (eg 3AM instead 8AM)
EXPECTED
Weekly format will work with the configured timezone, releasing the course and topics in the configured date (and time) on course settings.
RESULT
Course start date and weekly topics are released in different date/time initially configured.