rmitchell (Ryan Mitchell)
- Login: rmitchell
- Registered on: 03/07/2016
- Last sign in: 03/07/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/07/2016
-
06:42 PM Ruby Bug #12147: Time::local returns incorrect ending of US DST
- Edit: a coworker pointed out to me that because on Nov 6th 2016 there are actually two instances of 1:00 AM, Time::local has no way of knowing which one you're referring to - it has to choose one arbitrarily, and returning the second one...
-
04:27 AM Ruby Bug #12147 (Rejected): Time::local returns incorrect ending of US DST
- In 2016, US Daylight Saving Time ends at 2:00 AM on November 6. In the America/Los_Angeles timezone, this means going from an offset from UTC of -0700 to an offset of -0800. So 1:00 AM on that date is still in DST, with an offset from UT...