I am located in Adelaide South Australia, Davoren park is my suburb, the time zone (if (timezone == "Australia/Adelaide") return PSTR("ACST-9:30ACDT,M10.1.0,M4.1.0/3");))
From settings.h String TIMEZONE = getTzInfo("Australia/Adelaide");) is set correct, and is displaying correct date and local time. In this location the max temperature reaches its peak at around 3 pm daily, likewise the minimum temperature is around 6 am in the morning usually.
The question is how to change these times for forecast, to 3pm and 6am daily, or more accurately MAX AND MIN for each day’s forecast. As forecast @ 10pm and 10am is, well to me it’s useless and wrong time of day to get max and min temp.
Needs to be max and min forecast for each day as it is on their https://openweathermap.org/city/2071059 website. So how to correct please?