summaryrefslogtreecommitdiffstats
path: root/lib/date.rb
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-04 12:43:20 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-04 12:43:20 +0000
commit262b978f77dd96e3308b5fe700819f9946c035fa (patch)
treeb7f1172651a74d1eddacdd64fe09df6e1830c263 /lib/date.rb
parentce1ed4a40db855af3842d29ef304cf9aecd4a5c1 (diff)
downloadruby-262b978f77dd96e3308b5fe700819f9946c035fa.tar.gz
ruby-262b978f77dd96e3308b5fe700819f9946c035fa.tar.xz
ruby-262b978f77dd96e3308b5fe700819f9946c035fa.zip
updated based on date2 3.9.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/date.rb')
-rw-r--r--lib/date.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/date.rb b/lib/date.rb
index f85db8026..a8b8c5988 100644
--- a/lib/date.rb
+++ b/lib/date.rb
@@ -974,7 +974,7 @@ class Date
private :hour, :min, :sec, :sec_fraction
- def zone() strftime('%Z') end
+ def zone() strftime('%:z') end
private :zone