What is the UTC time for ts[0] in the Windy Point API?
-
Hello. I am planning to use the Windy Point API. I am trying to understand the time information, but I'm not certain about the exact time for ts[0]. Does it always represent 9 PM of the previous day based on UTC?
-
Hi @초성sds9429, point forecast API returns the most recent forecast data in time of the API request, it is not possible to receive any historical data.
-
@Ondřej-Šutera Hi, if there is no historic data in point forecast and 'ts' is always local time, why i have in response ts[0] = '2023-08-13 21:00:00' if local time for point now is '2023-08-14 13:00'? (lat: 42.75, lon: 132.60)
-
@John-Weather-2 Hi, ts[0] is the first value of the ref time and it is changed according to the local time, so this value is changing according to the location, where you are.