Skip to content

Instantly share code, notes, and snippets.

@jdfitzgerald
Last active August 12, 2016 15:44
Show Gist options
  • Save jdfitzgerald/d05d6b35722a580118f2 to your computer and use it in GitHub Desktop.
Save jdfitzgerald/d05d6b35722a580118f2 to your computer and use it in GitHub Desktop.
$ date +'%s' #osx
$ date -d '@1471007760' #linux
1414621704
$ date -r1414621704
Wed 29 Oct 2014 22:28:24 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment