ebryn (Erik Bryn)
- Login: ebryn
- Email: erik.bryn@gmail.com
- Registered on: 10/12/2010
- Last sign in: 10/12/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/12/2010
-
07:56 PM Ruby Bug #3931: Timezone offset changing during addition
- =begin
Are you sure? This is new behavior in 1.9.2. I've tested with 1.8.7 & 1.9.1 and this doesn't occur.
=end
-
02:04 PM Ruby Bug #3931 (Rejected): Timezone offset changing during addition
- =begin
Here's the original code that I found this bug with:
ruby-1.9.2-p0 > t = Time.local(1900, nil, nil, nil, nil, nil)
=> 1900-01-01 00:00:00 -0800
ruby-1.9.2-p0 > t + 5_630_617_200
=> 2078-06-05 05:20:00 -0700
After...