zzip (Dale Hofkens)
- Login: zzip
- Email: dale@valid.be
- Registered on: 01/12/2015
- Last sign in: 01/12/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
01/12/2015
-
03:21 PM Ruby Bug #10733: Time.httpdate raises ArgumentError when DateTime.now.httpdate is provided as input
- Another example for Time.httpdate failing.
The third call of Time.httpdate fails, which should be the same as the first call of Time.httpdate.
```ruby
require 'time'
puts RUBY_VERSION
datetime_in_httpdate = DateTime.now.httpda...