You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I wanna use dateRange to get an array of dates for every hour between "start" and "end", but instead i'm getting an array of date s only between the initial and final hour without considering the days/months/years between the dates.
In the console there will be three arrays, the first with one element and the second with 10, both of them with freq="H" and the wrong behavior, the third array has the correct behavior when using freq="D"
Expected behavior
When using freq="H" and providing <> and <> the output should be an array with every hour between the two dates.
Screenshots
Desktop (please complete the following information):
OS: [MacOS Ventura]
Browser [chrome]
Version [1.1.2]
The text was updated successfully, but these errors were encountered:
Describe the bug
I wanna use dateRange to get an array of dates for every hour between "start" and "end", but instead i'm getting an array of date s only between the initial and final hour without considering the days/months/years between the dates.
If freq = "D" it has the expected behavior.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When using freq="H" and providing <> and <> the output should be an array with every hour between the two dates.
Screenshots

Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: