This website requires JavaScript.
Explore
Help
Sign in
luzifer
/
cfg
Watch
1
Star
0
Fork
You've already forked cfg
0
Code
Releases
Activity
29d39c7bf8
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 12:22:55 +00:00
#!/bin/bash
set -euo pipefail
add local scripts
2016-07-21 13:48:49 +00:00
Use simple date command to convert timestamps Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-05-22 12:22:55 +00:00
exec date -d @$1
Copy permalink