Skip to content

Instantly share code, notes, and snippets.

@ishida
Created May 29, 2012 07:12
Show Gist options
  • Save ishida/2823064 to your computer and use it in GitHub Desktop.
Save ishida/2823064 to your computer and use it in GitHub Desktop.
echo YYYY-mm-dd HH:MM:SS.xxxxxx
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