-
Notifications
You must be signed in to change notification settings - Fork 105
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
StopTime #87
Comments
I'm not sure I follow. The intent of advancing to noon and then back 12 hours is in fact to have consistent handling of timetables during daylight savings changes. Are you simply suggesting the javadoc is corrected? If so, how about a pull request? |
Yes, suggesting that the javadoc is corrected. Will do the PR. |
Great! Thanks. |
I'm curious, is there any place in |
I would assume this is not only for StopTime but for every other place that represents date in the same way, but the javadoc is wrong for this. It's not actually the added time after midnight, but the added time after noon minus 12 hours as specified in GTFS.
This could cause some strange behavior regarding timetables when the daylight savings time changes occur.
The text was updated successfully, but these errors were encountered: