m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-10 13:12:35 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-10 13:12:35 +0200
commitfc96dfe3d1db2a189255c517e9aa83803597e143 (patch)
treeddc39f4f8f38b1c4a8b08402cd3c747e811754ad
parent77a2f6f8a656d1ca56ce9b2f96e610d54133cfa6 (diff)
Add UNIX time to readable conversion
-rw-r--r--date.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/date.md b/date.md
index f0b7dd7..86f14d5 100644
--- a/date.md
+++ b/date.md
@@ -5,3 +5,7 @@
## UNIX timestamp
date +%s
+
+From timestamp to human readable:
+
+ date -d @<timestamp>