Post
Topic
Board Beginners & Help
Re: Parsing unix timestamp from CLI response with jq
by
jseverson
on 18/07/2018, 14:38:21 UTC
Not sure if you can use this but if you simply want to convert that to a readable date, you can use:

Code:
date -d @1440604784 +'%d.%m.%Y'

The output would be:

26.08.2015