Transitime / core

Transitime 0.1 (beta) is an open source project created and managed by Swiftly, Inc. to help transit agencies generate more accurate and reliable real-time arrival information for passengers. This version of the code is an early beta release and should not be used for production implementations. Please reach out to Swiftly at contact@goswift.ly for the most up-to-date software.
https://goswift.ly/transitime
GNU General Public License v3.0
62 stars 77 forks source link

GTFS-RT timestamp issue #16

Closed walkeriniraq closed 9 years ago

walkeriniraq commented 9 years ago

According to the spec, GTFS-RT provides timestamps as seconds since epoch. The AvlReport object is expecting them in millis since epoch. I just added a simple conversion.

skibu commented 9 years ago

Note that this is same as issue #12, which is also being closed.

luqmaan commented 9 years ago

:clock1: