HSLdevcom / transitdata-tripupdate-processor

Generates GTFS-RT TripUpdates from Transitdata source data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StopTimeEvent timestamps are in wrong time zone

paasovaara opened this issue · comments

Should be UTC. Requires this fix to source-component:

HSLdevcom/transitdata-pubtrans-source#12

So internal time representation is going to be UTC epoch millis, GTFS-RT requires UTC epoch seconds.