Skip to content

Instantly share code, notes, and snippets.

@bfabry
Created March 13, 2012 05:19
Show Gist options
  • Save bfabry/2026967 to your computer and use it in GitHub Desktop.
Save bfabry/2026967 to your computer and use it in GitHub Desktop.
[1] pry(main)> '2007-01-01'.to_time.at_beginning_of_day
=> Mon Jan 01 00:00:00 UTC 2007
[2] pry(main)> '2007-01-01'.to_datetime.at_beginning_of_day
=> Mon, 01 Jan 2007 12:00:00 +0000
@bfabry
Copy link
Author

bfabry commented Mar 13, 2012

Something seriously hokey going on here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment