Last active
August 29, 2015 14:00
-
-
Save uiur/bbd17568350f62d23264 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% rails c | |
Loading development environment (Rails 4.1.0) | |
irb(main):001:0> 1.month.ago + 1.month + 1.day | |
=> Thu, 01 May 2014 06:25:34 UTC +00:00 | |
irb(main):002:0> 1.month.ago + 1.day + 1.month | |
=> Wed, 30 Apr 2014 06:25:47 UTC +00:00 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
なるほど、こういうことか