Issue Type: Bug Bug
Affects Versions: JRuby 1.7.2, JRuby 1.7.1, JRuby 1.7.0
Assignee: Unassigned
Components: Core Classes/Modules
Created: 11/Feb/13 12:12 PM
Description:

Time objects far in the future overflow when seconds are added to them.

Example:

$./bin/jruby --1.8 -e 'puts (Time.at(9223372036) + 0)'
Sat Apr 12 01:47:16 +0200 2262
$./bin/jruby --1.8 -e 'puts (Time.at(9223372037) + 0)'
Tue Sep 21 00:46:51 +0034 1677

Git bisect says the bug was introduced with: ac0aff594c5536bb407ec82511370629d7bef2c9

The same bug happens in 1.9 mode.

Environment: OS X, java version "1.7.0_05"
Project: JRuby
Priority: Major Major
Reporter: Reto Schüttel
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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