Project

General

Profile

Actions

Bug #2417

closed

Time.asctime/ctime output differs from 1.8

Added by tmat (Tomas Matousek) over 14 years ago. Updated about 13 years ago.

Status:
Closed
Target version:
-
ruby -v:
1.9.1p129
[ruby-core:26980]

Description

=begin

ruby -v -e'puts Time.now.asctime'
ruby 1.8.6 (2009-03-31 patchlevel 368) [i386-mingw32]
Tue Dec 01 10:48:45 2009

ruby19 -v -e'puts Time.now.asctime'
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mswin32]
Tue Dec 1 10:48:49 2009

The difference is in the padding of days. 1.9 uses space while 1.8 uses '0'. I find the 1.8 behavior better and the change in 1.9 unnecesary. Is it intentional?
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0