KQMATH/moodle-mod_capquiz

Incomplete timestamps in reports

Opened this issue · 1 comments

In the statistics reports, the timestamp is written as a string using writing the date in badly localised format and the time using a 12-hour clock without specifying am/pm. (This seems to be the same for openoffice, CSV, and HTML display.)
What is important is that the timestamps

  1. be unambiguous,
  2. be formatted as complete date/time fields in libreoffice
  3. be easily parsed as timestamps by standard python libraries.

The timestamps in both questions and attempts reports seem to have been specified with AM/PM. Below are some entries from the .csv files.
"Time created" - "20 January 2020 10:34:33 PM"
"Time answered" - "20 January 2020 10:34:33 PM"
"Time reviewed" - "20 January 2020 10:34:41 PM"
@hgeorgsch