Fork me on GitHub
#clojure-europe
<
2020-07-08
>
synthomat14:07:23

almost evening again

synthomat14:07:58

anyway, as per protocol: good morning!

😄 9
plexus16:07:09

signing off! have a great evening!

plexus16:07:02

(later than I would've liked but talking to people on the US west coast tends to push things a bit)

otfrom17:07:15

@synthomat of course protocol here doesn't require you to follow protocol 😉

otfrom17:07:19

(or does it)

otfrom17:07:22

(I forget)

otfrom17:07:56

well, that is some interesting behaviour in juxt/tick

(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"}
I didn't expect the end time to have the date of the next day which makes using t/relation a bit tricky

ordnungswidrig18:07:57

It depends on whether you consider the interval to be open or closed left or right