-
Notifications
You must be signed in to change notification settings - Fork 15
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
time zone #16
Comments
Right now, GTFS2LC always takes the system’s locale. If you want to parse a GTFS file, people should have the right locale timezone set on their system. |
Heads up! GTFS Time values are not relative to midnight, but to noon - 12h.
|
Reading it from |
If it were a string concatenation it would have been problematic indeed, but it isn't. We took this into account! |
Are you sure? Because the code doesn't look like it. I couldn't verify that it works because I failed to get |
Yes: it adds the duration since midnight to midnight of that date. I remember us bumping in that issue and making sure it’s correctly fixed. Feel free to reopen if you would see unexpected behaviour in your results. @julianrojas87 can you look into #113 so that @derhuerst can continue? |
Just noticed that I had opened #110 for this, so no matter if it's actually an issue, we can discuss there. |
Make sure that timezone is configurable or readable from the feed info
The text was updated successfully, but these errors were encountered: