Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KanshuYokoo/c83d64ff1f5958097eb5b5126b81ac2a to your computer and use it in GitHub Desktop.
Save KanshuYokoo/c83d64ff1f5958097eb5b5126b81ac2a to your computer and use it in GitHub Desktop.
unix time with milliseconds by bash
$ date +%s%3N
return with milliseconds
$ date +%s%3N
retrun with nano seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment