Hello,
I just pulled some transit reliability data, and I'm seeing the service date listed as " 1685505600000", rather than "20230521", and I'm having difficulty converting the format. Any advice on how to work with this format?
"features": [
{
"attributes": {
"service_date": 1685505600000,
"gtfs_route_id": "Red",
"gtfs_route_short_name": "NA",
"gtfs_route_long_name": "Red Line",
"gtfs_route_desc": "Rapid Transit",
"route_category": "Red Line",
"mode_type": "Rail",
"peak_offpeak_ind": "PEAK",
"metric_type": "Passenger Wait Time",
"otp_numerator": 107340.143684546,
"otp_denominator": 114782.841904052,
"cancelled_numerator": 0,
"ObjectId": 1
}
},