juxt

Simon 2021-09-16T19:47:35.010400Z

Hi I'm playing around with the tick library. Since https://github.com/juxt/tick/releases/tag/0.5.0-RC1 (between commit 71d7d0262f964606b9072e25811fc80a8b98cefe and b0ac0ccf44c0db528275f7a98c63ad825b6c7d59) the following example in the docs doesn't work anymore: (t/+ (t/time "12:00") (t/new-duration 5 :minutes)) I saw in a previous doc string on tick.alpha.api/+ that t/>> should be used instead. I assume this is intended behavior because (t/>> (t/time "12:00") (t/new-duration 5 :minutes)) has the same result. Should the examples in the the docs be updated when dates/time are shifted with t/+ -> t/>> and t/- -> t/<<?

2021-09-17T12:49:13.017100Z

thanks. the docs have moved now and are up to date. link on the readme has changed

👏 1
2021-09-16T20:30:22.013300Z

Hi @simon.el.nahas. We have updated the docs... But pushing them out is taking a while. Master branch is all up to date