Skip to content

Instantly share code, notes, and snippets.

@sandinist
Created June 4, 2012 08:27
Show Gist options
  • Save sandinist/2867234 to your computer and use it in GitHub Desktop.
Save sandinist/2867234 to your computer and use it in GitHub Desktop.
Format Time object from year to milliseconds. (more easily?)
Time.now.instance_eval {'%s.%03d' % [strftime('%Y/%m/%d %H:%M:%S'), (usec / 1000)]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment