Closed
Description
I also ran in to this using date_range
.
Workaround is good for now:
for ts in cast(Iterator[datetime], date_range(start='1/1/2023', end='1/08/2023', freq='6H', tz=timezone.utc)):
....
Originally posted by @davetapley in #502 (comment)
Should create DatetimeIndex.__iter__()
returning Timestamp