Here we use a literal map syntax to construct an interval representing the last 5 minutes of 2018 (in UTC).
{:tick/beginning "2018-12-31T23:55:00Z"
:tick/end "2019-01-01T00:00:00Z")
If we have aliased tick.alpha.api
to t
, we can use this alternative shorthand syntax:
{::t/beginning "2018-12-31T23:55:00Z"
::t/end "2019-01-01T00:00:00Z")