Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timestamp Formatting Inconsistent, Unparsable #69

Open
djbusby opened this issue May 6, 2024 · 1 comment
Open

Timestamp Formatting Inconsistent, Unparsable #69

djbusby opened this issue May 6, 2024 · 1 comment

Comments

@djbusby
Copy link
Member

djbusby commented May 6, 2024

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
Copy link
Member Author

djbusby commented May 6, 2024

Related to #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant