I’m noticing some trips are displaying a delay of around 600 thousand million years. The documentation doesn’t shed any light about this.
I’m assuming this is a bug, so I’m curious as to how we should handle these?
{
"trip": {
"trip_id": "V603.1480522860",
"route_id": "4T.T.HUN",
"start_time": "",
"start_date": "",
"schedule_relationship": 0
},
"vehicle": null,
"stop_time_update": [
{
"stop_sequence": 1,
"stop_id": "2303151",
"arrival": null,
"departure": {
"delay": 15,
"time": 0,
"uncertainty": 0
},
"schedule_relationship": 0
},
{
"stop_sequence": 3,
"stop_id": "2304302",
"arrival": {
"delay": 18446744069414584000,
"time": 0,
"uncertainty": 0
},
"departure": {
"delay": 0,
"time": 0,
"uncertainty": 0
},
"schedule_relationship": 0
}
],
"timestamp": 0
}