JavaScript Time comparison between JSON and Localtime not working
I am working with a JSON data that would look like this [ { "hourly_AQI": 73.0, "hourly_date": "Tue, 31 Oct 2023 11:00:00 GMT" }, { "hourly_AQI": 79.0, "hourly_date": "Tue, 31 Oct 2023 13:00:00 GMT" }, { "hourly_AQI": 77.0, "hourly_date": "Tue,…