Dates are saved in user's locale #38

Open
opened 2023-08-09 14:10:42 +00:00 by mslw · 0 comments
mslw commented 2023-08-09 14:10:42 +00:00 (Migrated from github.com)

Looking at a small subset of collected data I noticed that we have two date formats (e.g. for date-of-test), yyyy-mm-dd and dd.mm.yyyy. These seem to correlate with entry IP address. Although the mixed-format dates are still resolvable, this introduces unnecessary ambiguity into the raw data.

Looking at the code, this is probably because we use <input type="date"> and then getStringContent from that.

Looking at a small subset of collected data I noticed that we have two date formats (e.g. for date-of-test), `yyyy-mm-dd` and `dd.mm.yyyy`. These seem to correlate with entry IP address. Although the mixed-format dates are still resolvable, this introduces unnecessary ambiguity into the raw data. Looking at the code, this is probably because we use `<input type="date">` and then `getStringContent` from that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sfb1451/z03-assessment-center-data-entry#38
No description provided.