Created
March 30, 2015 09:55
-
-
Save alepez/fa622492b5f7e4b5a74a to your computer and use it in GitHub Desktop.
busybox date timestamp 1 hour ago
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "$(( $( date +%s ) - 3600 ))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment