ceberz (Christopher Eberz)
- Login: ceberz
- Email: ceberz@elctech.com
- Registered on: 10/04/2011
- Last sign in: 10/05/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/04/2011
-
08:27 AM Ruby Bug #5399 (Closed): Time.strptime does not correctly parse seconds since epoch
- Reproducing the bug inside the IRB:
Time.strptime("1", "%s")
=> 2011-10-03 15:51:02 -0700
as opposed to:
Date.strptime("1", "%s").to_time
=> 1970-01-01 00:00:00 -0800
The docs read that Time.strptime relies on Date._strp...