Project

General

Profile

Actions

Bug #785

closed

Time#strftime で %#[ABabh] などが期待する結果にならない

Added by tadf (tadayoshi funaba) over 15 years ago. Updated about 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
Backport:

Description

=begin
$ ./ruby -e "p Time.now.strftime('[%#A]')"
"[Monday]"

$ ruby18 -e "p Time.now.strftime('[%#A]')"
"[MONDAY]"
=end

Actions #1

Updated by matz (Yukihiro Matsumoto) over 15 years ago

  • Status changed from Open to Closed

=begin
fixed by r20342.
=end

Actions

Also available in: Atom PDF

Like0
Like0