KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Incomplete timestamps in reports #152

Open hgeorgsch opened 4 years ago

hgeorgsch commented 4 years ago

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.
sushanthko commented 4 years ago

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