osteele (Oliver Steele)
- Login: osteele
- Registered on: 08/13/2017
- Last sign in: 09/04/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/14/2017
-
05:30 PM Ruby Bug #13810: Inconsistency between Date and Time.strftime("%v")
- Ruby's `Time.strftime` method (where `%v` is equivalent to `%e-%^b-%4Y`) is compatible with VMS time format, and `Date.strftime` and `DateTime.strftime` (where it is equivalent to `%e-%b-%Y`) are not, according to section 27.1.1 Absolute...
08/13/2017
-
02:48 PM Ruby Bug #13810 (Closed): Inconsistency between Date and Time.strftime("%v")
- This seems odd. Each function matches its documentation, but the document and implementation of `Date.strftime("%v")` differs from the documentation and implementations of `Time.strftime("%v")` and `DateTime.strftime("%v")`.
```
ruby...