diff options
| author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-04 12:43:20 +0000 |
|---|---|---|
| committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-09-04 12:43:20 +0000 |
| commit | 262b978f77dd96e3308b5fe700819f9946c035fa (patch) | |
| tree | b7f1172651a74d1eddacdd64fe09df6e1830c263 /lib/date.rb | |
| parent | ce1ed4a40db855af3842d29ef304cf9aecd4a5c1 (diff) | |
| download | ruby-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.rb | 2 |
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 |
