This project is archived and is in readonly mode.
Time Zone Offset Bug
Reported by zachary.zolton (at gmail) | February 6th, 2009 @ 07:27 PM | in 2.x
I have found a bug where the Time#to_s(:rfc822) call produces incorrect output on Mac OS X.
I have provided a more in-depth explanation on my blog:
Comments and changes to this ticket
-
Geoff Buesing February 8th, 2009 @ 10:00 PM
- State changed from new to open
Code looks good to go -- you just need to generate your diff with "git format-patch" so that it applies cleanly with "git am". Thanks!
-
zachary.zolton (at gmail) February 9th, 2009 @ 06:13 PM
- Tag changed from activesupport, rfc822, time, timezone to activesupport, patch, rfc822, time, timezone
Geoff,
Here's the "git format-patch"-style diff file...
Cheers,
Zach
-
Repository February 10th, 2009 @ 04:40 AM
- State changed from open to resolved
(from [73c91429a18d4b8f083b504dc0829f737f718d44]) Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-standard %z directive [#1899 state:resolved] http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1899 Time Zone Offset Bug (from [73c91429a18d4b8f083b504dc0829f737f718d44]) Time#to...