We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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.
smartmarina_1.k7.gz
peach_1.k7.gz
The text was updated successfully, but these errors were encountered:
The date should be following the ISO8601 standard.
Sorry, something went wrong.
Oh, then 2017-12-19 21:34:57 is wrong.
2017-12-19 21:34:57
yes
No branches or pull requests
Seems
smartmarina_1.k7.gz
andpeach_1.k7.gz
use a wrong format.The text was updated successfully, but these errors were encountered: