You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related (or maybe the same issue) is that GTFS specifies that times are seconds since noon minus 12 hours. For calendar days when there is a daylight savings shift, the float representation of the parsed time is currently incorrect.
The text was updated successfully, but these errors were encountered:
invisiblefunnel
changed the title
GTFS specifies that times are seconds since noon minus 12 hours. For calendar days when there is a daylight savings shift, the float representation of the parsed time is currently incorrect.
Float representation of the parsed time is currently incorrect
Jan 18, 2019
Since the float representation is only created when reading the feed for transformation purposes, and Partridge does not expose an interfacing for writing the feed back out, it's sufficient to say that these floats are "seconds since noon minus 12h", just as the GTFS specification does with its time representations.
Related (or maybe the same issue) is that GTFS specifies that times are seconds since noon minus 12 hours. For calendar days when there is a daylight savings shift, the float representation of the parsed time is currently incorrect.
Originally posted by @tilgovi in #42 (comment)
The text was updated successfully, but these errors were encountered: