Hi,
I have a watchface which shows the weather forecast for the current day and next 2 days, for it I use the Weather API, Weather.getDailyForecast(), it works ok for everybody except 2 users, they have reported me that the first day of the forecast is not the current day, but the previous day, that is, imagine today is wednesday, for all the users the watchface shows forecast for wednesday, thursday, and friday , but for 2 users it shows tuesday, wednesday and thursday.
Does anyone know why the daily forecast function is returning forecast for a previous day?
Thanks