for example the iter function above does not work with instants with a timezone != calendar type
this is because (t/date dt) will produce a local-date and this date can be in the wrong day when the timezone does not match.
=> make the calendar iteration api working for instants too. no problem for zoned-date-time.
for example the iter function above does not work with instants with a timezone != calendar type this is because
(t/date dt)
will produce a local-date and this date can be in the wrong day when the timezone does not match.=> make the calendar iteration api working for instants too. no problem for zoned-date-time.