-
Notifications
You must be signed in to change notification settings - Fork 101
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
feat: used the standard date time formatter #1691
feat: used the standard date time formatter #1691
Conversation
Can we remove the milliseconds and the name of the timezone? Example: 2024-01-15T24:14:45+05:00 |
|
…for-validatedat-a-standard-format
✅ Rule acceptance tests passed. |
Regarding when --date is passed in the validator question @davidgamez, I tried java -Xmx1G -jar ./cli/build/libs/gtfs-validator-4.2.1-SNAPSHOT-cli.jar -d 2023-01-01 -o /Users/jingsi/code/data/gtfs-ws/delfi -i /Users/jingsi/Downloads/google-transit-darwin-200124.zip and it's working. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…for-validatedat-a-standard-format
✅ Rule acceptance tests passed. |
Summary:
Closes #1652
report.json
Expected behavior:
Please see the validatedAt string on the screenshot and json report.
Please make sure these boxes are checked before submitting your pull request - thanks!
gradle test
to make sure you didn't break anything