-
-
Save tonejito/11a91bdd643adda236d72e281ba6e05c to your computer and use it in GitHub Desktop.
Some date formats
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
#!/bin/bash -x | |
# = ^ . ^ = | |
DATE=/bin/date | |
TIMESPEC=seconds | |
${DATE} | |
${DATE} --rfc-2822 | |
${DATE} --iso-8601=${TIMESPEC} | |
${DATE} --rfc-3339=${TIMESPEC} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment