Skip to content

Instantly share code, notes, and snippets.

@redsquirrel
Created August 25, 2015 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redsquirrel/6ea477f9c9e2557b69b5 to your computer and use it in GitHub Desktop.
Save redsquirrel/6ea477f9c9e2557b69b5 to your computer and use it in GitHub Desktop.
> Date.today
=> Tue, 25 Aug 2015
> Time.at(Date.today.to_datetime.to_i).to_date
=> Mon, 24 Aug 2015
@redsquirrel
Copy link
Author

Thankfully: Time.zone.at fixes all the things. 👍

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