Super niche issue/bug. Negative hour histories behave erratically and default to the 'day' view/summary of the range in which the value falls. E.g., /weather -36 hour will likely summarize the equivalent /weather -2 day argument.
Secondly, the last argument doesn't actively support an hour complement (requesthandler/index.php:86) and therefore doesn't match any $natureOfrequest supported by the bot.
This behavior makes sense given how the logic in/around requesthandler/index.php:75-96 determine the calculations, but doesn't match the original design and current documentation for histories.
Super niche issue/bug. Negative
hour
histories behave erratically and default to the 'day' view/summary of the range in which the value falls. E.g.,/weather -36 hour
will likely summarize the equivalent/weather -2 day
argument.Secondly, the
last
argument doesn't actively support anhour
complement (requesthandler/index.php:86
) and therefore doesn't match any$natureOfrequest
supported by the bot.This behavior makes sense given how the logic in/around
requesthandler/index.php:75-96
determine the calculations, but doesn't match the original design and current documentation for histories.