Actions
Bug #282
closedfailure of test_asctime(TestTime) on mswin32
    Bug #282:
    failure of test_asctime(TestTime) on mswin32
  
Description
=begin
表題の通りですが、忘れないように記録に残しておきます。
test_asctime(TestTime) [(snip)/test/ruby/test_time.rb:291]:
<"Sat Jan  1 00:00:00 2000"> expected but was
<"Sat Jan 01 00:00:00 2000">.
C90を読む限りは日付の部分は月名部分に続けて "%3d" なので、MSVCRTのバグです。
しかしわざわざ対策すべきかどうかは微妙。
=end
Actions