You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> cq ":docs first :faction_presence (map :updated_at) first"
"2023-03-11T03:01:11.000Z"
Easily handled by clojure.instant/read-instant-timestamp, but making that available in a cq one-liner is ... more challenging than I can manage at this hour. :)
I'd like to handle those fields as dates, so I can sensibly do things like "filter everything less than three days old" from the source material.
The text was updated successfully, but these errors were encountered:
example:
Easily handled by
clojure.instant/read-instant-timestamp
, but making that available in a cq one-liner is ... more challenging than I can manage at this hour. :)I'd like to handle those fields as dates, so I can sensibly do things like "filter everything less than three days old" from the source material.
The text was updated successfully, but these errors were encountered: