From: Shugo Maeda Date: 2008-08-13T23:27:25+09:00 Subject: [ruby-dev:35845] [Bug #437] test_strftime(TestTime) fails on Solaris Bug #437: test_strftime(TestTime) fails on Solaris http://redmine.ruby-lang.org/issues/show/437 起票者: Shugo Maeda ステータス: Open, 優先度: Normal test_strftime(TestTime) fails on Solaris. $ ./ruby-trunk test/ruby/test_time.rb Loaded suite test/ruby/test_time Started ..................F........... Finished in 0.017662724 seconds. 1) Failure: test_strftime(TestTime) [test/ruby/test_time.rb:374]: is not true. strftime("%Z") seems always to return the local time zone. $ ./ruby-trunk -e 'p Time.now.gmtime' 2008-08-13 14:27:31 UTC $ ./ruby-trunk -e 'p Time.now.gmtime.strftime("%Z")' "JST" ---------------------------------------- http://redmine.ruby-lang.org