Created
May 29, 2012 07:12
-
-
Save ishida/2823064 to your computer and use it in GitHub Desktop.
echo YYYY-mm-dd HH:MM:SS.xxxxxx
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
| echo "`date +"%Y-%m-%d %H:%M:%S"`.`perl -e 'use Time::HiRes qw(gettimeofday); my($sec,$microsec)=gettimeofday(); print $microsec . "\n";'`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment