This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
cfg
Watch
1
Star
0
Fork
You've already forked cfg
0
Code
Releases
Activity
c9cdbb2ac5
Branches
Tags
No results found.
cfg
/
bin
/
read_timestamp
5 lines
48 B
Text
Raw
Normal View
History
Unescape
Escape
Use simple date command to convert timestamps Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-22 14:22:55 +02:00
#!/bin/bash
set -euo pipefail
add local scripts
2016-07-21 15:48:49 +02:00
Use simple date command to convert timestamps Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-22 14:22:55 +02:00
exec date -d @$1
Copy permalink