Inability to Retake Assessment/Survey on Due Date - "You Have Completed This Assessment" Message DisplayedIssue In general, if a due date is set for April 1st, the system allows the assessment to be retaken until March 31st, but not on April 1st, even though the due date remains April 1st. Expected behavior: It should allow retaking till the due date, that is on the last day as well.Actual behavior: It is not allowing to retake the survey on the last date that is the due date. ResolutionThis is the intended functionality of the system. When you establish the due date using "new GlideDateTime().getDate()", it signifies that the due date is set at the start of that day, such as 2019-04-02 00:00:00. Therefore, if you attempt to retake or modify the survey after that time, the system code will compare the current date and time with the due date, and it must be later than the due date to proceed. If the due date is today and you have not yet completed the survey, you may still access and finish it. However, once you have submitted it, you are not permitted to retake it.