Skip to content

Instantly share code, notes, and snippets.

@wilvk
Created July 15, 2018 01:51
Show Gist options
  • Save wilvk/52ec2cda201cca4e3e74a1dfaa3c3bf2 to your computer and use it in GitHub Desktop.
Save wilvk/52ec2cda201cca4e3e74a1dfaa3c3bf2 to your computer and use it in GitHub Desktop.
Get gmt time
gmttime () {
curl http://s3.amazonaws.com -v 2>&1 | grep "Date: " | awk '{ print $3 " " $5 " " $4 " " $7 " " $6 " GMT"}'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment