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

Midnight timestamp #564

Open
EitanHemed opened this issue Apr 20, 2023 · 0 comments
Open

Midnight timestamp #564

EitanHemed opened this issue Apr 20, 2023 · 0 comments

Comments

@EitanHemed
Copy link

Timestamps of experiments conducted around midnight are listed as 24H rather than 00H (e.g., 2022-11-13_24h15.54.381). As i understand 24:00:00 is allowed in JavaScript as a special case, but otherwise it should be replaced with 00H.

Perhaps this is intentional, but IMHO it is cumbersome as it requires others to always handle the case of 24h when analyzing their data. Using 24 rather than 00 is incompatible with common tools used for analysis - it fails in Python pandas.to_datetime and R as.POSIXct.

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