Project

General

Profile

Actions

Bug #6887

closed

Time.zone.now returning different timezone that Time.zone.at

Added by anthfb (Anthony Figueroa) over 11 years ago. Updated over 11 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
ruby -v:
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin10.8.0]
Backport:
[ruby-core:47233]

Description

1.9.2p290 :018 > Time.zone = 'Brasilia'
=> "Brasilia"

1.9.2p290 :020 > Time.zone.now
=> Fri, 17 Aug 2012 13:08:06 BRT -03:00

1.9.2p290 :021 > Event.last.start_time
=> 2000-01-01 03:45:00 UTC

1.9.2p290 :022 > Time.zone.at(event.start_time)
=> Sat, 01 Jan 2000 01:45:00 BRST -02:00

Why is this happening? Is it a bug?

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0