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

Also available in: Atom PDF

Like0
Like0