juxt

2020-07-08T17:31:40.183700Z

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"}

2020-07-08T17:31:52.184Z

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

2020-07-08T17:32:16.184500Z

which makes using t/relation a bit tricky

dominicm 2020-07-08T17:56:07.184800Z

The end is exclusive.

dominicm 2020-07-08T17:56:15.185100Z

Or I think it is based on that