Ruby 1.9.2p290でRails 3.0.1を実行しています.In rails c
Time.zone
与える
=> (GMT+00:00) UTC
友達の Rails コンソール [Rails 3.0.1、Ruby 1.8.7]
Time.zone
与える
#<ActiveSupport::TimeZone:0xb75834fc @tzinfo=#<TZInfo::TimezoneProxy: Etc/UTC>, @utc_offset=nil, @current_period=nil, @name="UTC">
同じコードで結果が異なるのはなぜですか?