Perhaps this is just my misunderstanding, but it appears as a bug to  
me, using tzinfo 0.3.6.  Using the 'Buenos Aires' timezone,  
local_to_utc conversions for local times during the DST transition in  
December 2007, always throw TzInfo::PeriodNotFound.

        tz = TimeZone['Buenos Aires']
        tz.local_to_utc(DateTime.new(2007,12,30,0,30,0), true)  -> throws  
TzInfo::PeriodNotFound
        tz.local_to_utc(DateTime.new(2007,12,30,0,30,0), false)  -> throws  
TzInfo::PeriodNotFound

Shouldn't these local_to_utc calls succeed?

Thank you,

Danny Burkes
_______________________________________________
TZInfo-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/tzinfo-users

Reply via email to