m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>