mayanks (Mayank Sharma)
- Login: mayanks
- Email: mayanks@gmail.com
- Registered on: 10/17/2013
- Last sign in: 10/17/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/17/2013
-
10:41 PM Ruby Bug #9032: Time.round reverts the DST status of the time
- I am sorry, I should have mentioned that I am using rails console. It could be rails ActiveSupport::TimeZone issue as well, but the round method is in ruby Time, so not entirely sure about that. In the following snippet, I am (a) setting...
-
09:04 PM Ruby Bug #9032 (Third Party's Issue): Time.round reverts the DST status of the time
- =begin
If the time is in non-DST and round method is applied, then the resulting time goes back to DST time. This happens only during the 1 hour when time goes back. Following example should explain the situation better.
2.0.0-p0 :0...