I'm building a simple web app project to give the basic weather conditions for a location at a start time and end time.
It seems the logic for "current" historical conditions from the Timeline API is the base hour of the inputted time, so if the time is 09:59:59, it will give the conditions for 09:00:00 rather than 10:00:00. Is this correct?
I want to make sure before I build my own time rounding logic that there is no built in functionality to give the data closest to the inputted time.
Is there sub-hour historical data available?