I’ve been using this API for months now and about 1.5 months ago it stopped displaying the correct flight times.
If you look at my site https://fasttrack.co.il you can see the form and as an example insert El Al flight 001. If you check the El Al website you will see that the flight is scheduled to depart at 12:30 AM, but for some reason on my site it returns the departure time 11:30 PM (1 hour prior).
It seems to be returning the times an hour early for everything. Originally I thought it was due to Daylight Savings Time but that change was made a while ago so I don’t know what’s going on.
For some reason the API doesn’t respond on any browser other than Google Chrome.
If you could please help me figure out what’s causing these issues and how to fix them as soon as possible I would very greatly appreciate it.
It looks like invalid start and end dates are sometimes being sent to the AirlineFlightSchedules endpoint. It’s likely that this represents non-Chrome browsers. Can you please verify all times are being formatted properly by the application on all browsers? The date formatting behavior inside the application updateFlightTime() function doesn’t appear to have a consistent result over different browsers.