Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
42418681
Topic
4698643
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