Skip to content

Instantly share code, notes, and snippets.

@alepez
Created March 30, 2015 09:55
Show Gist options
  • Save alepez/fa622492b5f7e4b5a74a to your computer and use it in GitHub Desktop.
Save alepez/fa622492b5f7e4b5a74a to your computer and use it in GitHub Desktop.
busybox date timestamp 1 hour ago
echo "$(( $( date +%s ) - 3600 ))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment