## reproduction steps * Get data for siri vehicle location (recorded_at_time_from/to=`2022-04-03 10:00:08+03:00`, line_ref=`5164`, operator_ref=`3`) * https://open-bus-stride-api.hasadna.org.il/siri_vehicle_locations/list?recorded_at_time_from=2022-04-03%2010%3A00%3A08%2B03%3A00&recorded_at_time_to=2022-04-03%2010%3A00%3A08%2B03%3A00&order_by=id%20asc&siri_routes__line_ref=5164&siri_routes__operator_ref=3 * check the value of `siri_ride__scheduled_start_time` * Get the related siri snapshot from S3 (siri_snapshot__snapshot_id=`2022/04/03/07/00`) * [download the snapshot](https://openbus-stride-public.s3.eu-west-1.amazonaws.com/stride-siri-requester/2022/04/03/07/00.br) * extract (`brotli -d 00.br`) * look for the relevant vehicle location record in the snapshot, can search using the geo lon value `35.221676` * `cat 00 | jq | grep -C 15 35.221676` * Check the value of `OriginAimedDepartureTime` ### expected * value of `siri_ride__scheduled_start_time` from DB should be the same as value of `OriginAimedDepartureTime` from the siri snapshot data ### actual * value of `siri_ride__scheduled_start_time` from DB: `2022-04-03T04:00:00+00:00` * value of `OriginAimedDepartureTime` from the siri snapshot data (converted to same timezone): `2022-04-03T03:54:00+00:00`
reproduction steps
2022-04-03 10:00:08+03:00, line_ref=5164, operator_ref=3)siri_ride__scheduled_start_time2022/04/03/07/00)brotli -d 00.br)35.221676cat 00 | jq | grep -C 15 35.221676OriginAimedDepartureTimeexpected
siri_ride__scheduled_start_timefrom DB should be the same as value ofOriginAimedDepartureTimefrom the siri snapshot dataactual
siri_ride__scheduled_start_timefrom DB:2022-04-03T04:00:00+00:00OriginAimedDepartureTimefrom the siri snapshot data (converted to same timezone):2022-04-03T03:54:00+00:00