Skip to content

Instantly share code, notes, and snippets.

@qwinters
Created June 2, 2021 20:51
Show Gist options
  • Save qwinters/66cb48b3218a99c32f3fcb6c1af900d8 to your computer and use it in GitHub Desktop.
Save qwinters/66cb48b3218a99c32f3fcb6c1af900d8 to your computer and use it in GitHub Desktop.
Aliases for ISO-8601 functions
alias isoTime='date +"%H:%M:%SZ"'
alias isoTimestamp='date +"%Y-%m-%dT%H:%M:%SZ"'
alias isoDate='date +"%Y-%m-%d"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment