From d96743c7f5cc2e08966b1f4059af5a9c27c1d806 Mon Sep 17 00:00:00 2001 From: usa Date: Sun, 31 Aug 2008 17:58:13 +0000 Subject: * strftime.c (rb_strftime): calc timezone offset by myself if system doesn't provide timezone info. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e62908ab0..fe8e6fc7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 1 02:55:15 2008 NAKAMURA Usaku + + * strftime.c (rb_strftime): calc timezone offset by myself if system + doesn't provide timezone info. + Mon Sep 1 02:48:28 2008 Tanaka Akira * tool/transcode-tblgen.rb: change "illegal" to "invalid". -- cgit