DST bug in second form of Time.local
------------------------------------

                 Key: JRUBY-1555
                 URL: http://jira.codehaus.org/browse/JRUBY-1555
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1b1
         Environment: ruby 1.8.5 (2007-11-11 rev 4842) [i386-jruby1.1b1], OS X 
10.4.9, java 1.5
            Reporter: Daniel Berger


DST bug:
{noformat}
# 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
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to