google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Time Travel Error #474

Closed shaaaarpy closed 5 years ago

shaaaarpy commented 5 years ago

When the arrival time goes from 23hr to 00hr it shows time travel error. Actually it goes to a new day. Can you please confirm. Thank you

BraveJhawk commented 5 years ago

The arrival time should go from 23hr to 24hr to indicate that it is midnight the next day rather than midnight the same day.

e.g. stop_order,arrival_time 1,23:59:00 2,24:05:00

BraveJhawk commented 5 years ago

Review the information on https://developers.google.com/transit/gtfs/reference/#stop_timestxt for more details.

shaaaarpy commented 5 years ago

yes its working Thank you

On Thu, Apr 4, 2019 at 9:54 PM Sean Craig notifications@github.com wrote:

Review the information on https://developers.google.com/transit/gtfs/reference/#stop_timestxt for more details.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/google/transitfeed/issues/474#issuecomment-479967858, or mute the thread https://github.com/notifications/unsubscribe-auth/AWM_ntFKwBVKWeteeAyNJzvTIK3fBsHHks5vdiclgaJpZM4cdKmm .