Details
-
Type:
Sub-task
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.2
-
Fix Version/s: 10.3
-
Component/s: Tests & Quizzes (Samigo)
-
Labels:None
Description
The auto-submit job depends on current_timestamp() which is not converted into the Java date. Instead it is sent directly to the MySQL server to interpret.
This code should be changed to pass the Java date over so there is not a mis-match between the JVM date and the MySQL date.