Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.4
-
Fix Version/s: JRuby 1.1.5
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:Mac OS X
-
Number of attachments :
Description
JRuby doesn't fully implement the standard C strftime like MRI does. For example:
Time.now.strftime("%D %T")
...does not work, though it should (and does on MRI).
Fixed in 7637, but we need to add tests/specs so I'm leaving it open. Marked for 1.1.5.