kenips (Ken Ip)
- Login: kenips
- Email: ken.ip@pushpulllabs.com
- Registered on: 07/16/2013
- Last sign in: 07/16/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
07/16/2013
-
02:24 AM Ruby Bug #6491: DateTime.strftime('%Z') output is incorrect format
- @tadf why is this closed? To me a discrepancy between DateTime.strftime and Time.strftime should either be documented or fixed. You're saying that:
> DateTime.now.strftime('%z %Z')
=> "-0400 -04:00"
> ...
=> "-0400 EDT"
is OK?