dflemstr / rq

Record Query - A tool for doing record analysis and transformation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Date and timestamp manipulation?

labianchin opened this issue · comments

It would be good to have some support to parse and format dates and timestamps. jq has some basic support for dates.

Such feature can help in use cases such as:

  • How many seconds/minutes between two timestamps?
  • Format date to iso8601 from seconds since epoch.