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
Thanks for the bug report. The issue isn't actually with creating the range but from using first on the created range when show is called. In particular in Julia 1.7 the code you posted creates a StepRange while on Julia 1.8+ the same code now creates a StepRangeLen. I've been unable to track down the exact base Julia change as some of the 1.8.0-DEV commits aren't rebuilding cleanly.
In any case the fix is easy enough to define identity constructor ZonedDateTime(zdt::ZonedDateTime) = zdt
In Julia 1.7.3, the following code is working
but after upgrading to Julia 1.9.2, it does not work anymore
The text was updated successfully, but these errors were encountered: