From bd22838e7fddec73518123de7f1732ed4c559093 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 7 Sep 2006 16:10:33 +0000 Subject: * time.c (time_to_s): adopt new date format using digits e.g. "2006-09-07 02:03:45 +9000". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 171be67d9..289949a5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ Thu Sep 7 23:27:05 2006 Nobuyoshi Nakada * file.c (path_check_0, fpath_check): disable path check on cygwin. [ruby-talk:213074] +Thu Sep 7 02:03:45 2006 Yukihiro Matsumoto + + * time.c (time_to_s): adopt new date format using digits + e.g. "2006-09-07 02:03:45 +9000". + Thu Sep 7 01:54:22 2006 Yukihiro Matsumoto * string.c (sym_equal): override. check equivalence. -- cgit