mozamimy (Moza USANE)
- Login: mozamimy
- Email: alice@mozami.me
- Registered on: 03/29/2017
- Last sign in: 04/15/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
03/29/2017
-
09:30 AM Ruby Bug #13101: Date#rfc2822 and Time#rfc2822 don't return the same format
- RFC 2822 says the date part should be 1 or 2 digits.
So current behavior doesn't violate the specification but I think it is more natural to adjust format.
ref. http://www.ietf.org/rfc/rfc2822.txt -
09:25 AM Ruby Bug #13101: Date#rfc2822 and Time#rfc2822 don't return the same format
- I created a patch to solve this issue in https://github.com/ruby/ruby/pull/1566
I want committers to merge this patch if it's acceptable :)