Mee42 / cs509-project

2 stars 0 forks source link

Submit Flight Search in Airport Local Time #64

Closed travis-mann closed 4 months ago

travis-mann commented 4 months ago

The trips shown in flight select were updated to airport local time with https://github.com/Mee42/cs509-project/issues/29 but the flight search time submitted is still in UTC. This could be confusing for the user who is likely intending to use their local timezone for the search

travis-mann commented 4 months ago

Cant be easily implemented without a backend change since each call to the flightSearch API takes a date with a start and end time that must be within that single date. Shifting searches to airport local time would cause many searches to span over 2 days.