Created
March 6, 2018 04:12
-
-
Save KanshuYokoo/c83d64ff1f5958097eb5b5126b81ac2a to your computer and use it in GitHub Desktop.
unix time with milliseconds by bash
This file contains 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
$ 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