General

Profile

dchelimsky (David Chelimsky)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

06/18/2014

11:07 AM Ruby master Bug #9951: DateTime.strftime and Time.strftime differ in how they treat "%L"
Akira, thanks for the "rational" suggestion. That appears to solve the problem for me. dchelimsky (David Chelimsky)
02:17 AM Ruby master Bug #9951 (Rejected): DateTime.strftime and Time.strftime differ in how they treat "%L"
~~~ruby
DateTime.new(2014,1,2,3,4,5.678).strftime("%L")
# => "678"
Time.new(2014,1,2,3,4,5.678).strftime("%L")
# ...
dchelimsky (David Chelimsky)

Also available in: Atom