Skip to content

Instantly share code, notes, and snippets.

@nobu666
Created April 4, 2016 06:53
Show Gist options
  • Save nobu666/e3262e58e44a83525f4087e61e932492 to your computer and use it in GitHub Desktop.
Save nobu666/e3262e58e44a83525f4087e61e932492 to your computer and use it in GitHub Desktop.
$ echo '{"time": "2016-04-04T15:51:00Z"}' | jq '.time|fromdate'
1459785060
$ echo '{"time": 1459785060}' | jq '.time|todate'
"2016-04-04T15:51:00Z"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment