ajrkerr (Adam Kerr)
- Login: ajrkerr
- Registered on: 06/21/2018
- Last sign in: 06/21/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/21/2018
-
02:28 AM Ruby Bug #14860 (Closed): Time.strptime does not work with Julian dates using %j
- Time.strptime does not appear to be handling Julian dates, it is defaulting the date to be whatever is provided as "now" (e.g. January 1). I believe this is because Time is calling Date._strptime which returns a hash with {:yday=> ...} a...