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

start_date format is not consistent #3

Open
yatch opened this issue Feb 26, 2019 · 3 comments
Open

start_date format is not consistent #3

yatch opened this issue Feb 26, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@yatch
Copy link
Collaborator

yatch commented Feb 26, 2019

$ zgrep start_date smartmarina/smartmarina_1.k7.gz | sed -E 's/^.+ "start_date": "(.+)",.*$/\1/'
2017-09-18T04:29:31Z

$ zgrep start_date lille/lille_1.k7.gz| sed -E 's/^.+ "start_date": "(.+)",.*$/\1/'
2017-12-19 21:34:57

Seems smartmarina_1.k7.gz and peach_1.k7.gz use a wrong format.

@keomabrun
Copy link
Owner

The date should be following the ISO8601 standard.

@yatch
Copy link
Collaborator Author

yatch commented Feb 27, 2019

Oh, then 2017-12-19 21:34:57 is wrong.

@keomabrun
Copy link
Owner

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants