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
Departure and arrival times are sometimes after midnight the next day (e.g. '24:03:30'). Any time value that is after midnight the next day has a null matching <field>_timestamp field, likely because of this check:
Departure and arrival times are sometimes after midnight the next day (e.g. '24:03:30'). Any time value that is after midnight the next day has a
null
matching<field>_timestamp
field, likely because of this check:node-gtfs/src/lib/utils.ts
Lines 79 to 86 in a124a12
Would it make sense to allow for some amount of time past 24h to make sure these fields don't have
null
timestamps?The text was updated successfully, but these errors were encountered: