Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created March 20, 2015 01:28
Show Gist options
  • Save iorionda/60054d0ce234a4f11158 to your computer and use it in GitHub Desktop.
Save iorionda/60054d0ce234a4f11158 to your computer and use it in GitHub Desktop.
begin_time = Time.now.instance_eval { '%s.%03d' % [strftime('%Y/%m/%d %H:%M:%S'), (usec / 1000.0).round] }
end_time = Time.now.instance_eval { '%s.%03d' % [strftime('%Y/%m/%d %H:%M:%S'), (usec / 1000.0).round] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment