Project

General

Profile

Actions

Bug #792

closed

Time#strftime の %[xXrR] などで幅指定が効かない

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('%30x')"
"11/25/08"

$ ruby18 -e "p Time.now.strftime('%30x')"
" 11/25/08"
=end

Actions #1

Updated by matz (Yukihiro Matsumoto) over 15 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

=begin
Applied in changeset r20357.
=end

Actions

Also available in: Atom PDF

Like0
Like0