Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1b1
-
Fix Version/s: JRuby 1.2
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:ruby 1.8.5 (2007-11-11 rev 4842) [i386-jruby1.1b1], OS X 10.4.9, java 1.5
Description
DST bug:
# MRI irb(main):001:0> Time.local(1,2,3,27,2,2001,'Tue',287,true,'MST') => Tue Feb 27 02:02:01 -0700 2001 # JRuby irb(main):001:0> Time.local(1,2,3,27,2,2001,'Tue',287,true,'MST') => Tue Feb 27 03:02:01 MST 2001
Interesting