Fork me on GitHub
#juxt
<
2020-07-08
>
otfrom17:07:40

ok, this was suprising from juxt/interval

(t/new-interval (t/date "2020-01-01")
                  (t/date "2020-01-02"))
  #:tick{:beginning #time/date-time "2020-01-01T00:00", :end #time/date-time "2020-01-03T00:00"}

otfrom17:07:52

I didn't expect the end time to have the date of the next day

otfrom17:07:16

which makes using t/relation a bit tricky

dominicm17:07:07

The end is exclusive.

dominicm17:07:15

Or I think it is based on that