Fixed
Details
Details
Priority
Fix versions
23 Status
QA Verification Pass
Components
Assignee
Charles R Severance
Charles R SeveranceReporter
Charles R Severance
Charles R SeveranceCreated January 12, 2023 at 8:04 PM
Updated August 1, 2023 at 11:38 PM
Resolved January 19, 2023 at 12:16 PM
This turns on support for time zone shifting when the Plus Server is in a different time zone than the controlling LMS.
Also, Sakai treats a due date at the end of the day even the “time” in the due date as stored in our database has a “time” of 00:00 (i.e. the beginning of the day). This change checks if a dueDate is at 00:00 and changes it to 23:59 so that when the date goes through the ISO 8601 / UTC process, is sent to another system which converts back to local time and thinking that the 00:00 time is correct.