openthc / ccrs

Tracking for the WSLCB CCRS
https://lcb.wa.gov/ccrs
MIT License
4 stars 0 forks source link

Timestamp Formatting Inconsistent, Unparsable #69

Open djbusby opened 4 months ago

djbusby commented 4 months ago

The CCRS platform adds timestamps to files that are uploaded. However, in many cases these formats are not valid. For example what date-time does 202456T93891 represent? Currently the system replies with timestamps that are between 12 and 18 characters.

Recommend the system implement a consistent format of something like YYYYMMDD\THHMMSSUUU for a four digit year, consistently two digit month and day; consistently two digit hour, minute and second and then three digits for microsecond.

For a guess, the previous example of 202456T93891 should be 20240506T090308910 or something.

djbusby commented 4 months ago

Related to https://github.com/openthc/ccrs/issues/44