We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This causes a number of CGI specs to fail. Expected
ruby -e 'a = Time.new; puts "#{a} == #{a.clone}";puts "#{a == a.clone}"' 2015-04-28 07:32:59 -0500 == 2015-04-28 07:32:59 -0500 true ~/Documents/jruby/bin/jruby -e 'a = Time.new; puts "#{a} == #{a.clone}";puts "#{a == a.clone}"' 2015-04-28 07:33:37 -0500 == 2015-04-28 07:33:37 -0500 true
Actual
$ ~/Documents/jruby/bin/jruby -X+T -e 'a = Time.new; puts "#{a} == #{a.clone}";puts "#{a == a.clone}"' 2015-04-28 12:34:25 UTC == 1969-12-31 18:00:00 -0600 false
The text was updated successfully, but these errors were encountered:
I think @eregon is planning to write Time from scratch when he gets back from holiday, so I'll assign to him.
Time
Sorry, something went wrong.
e9a4c9c
Fixed. I do not plan to rewrite Time yet, unless it becomes critical.
eregon
No branches or pull requests
This causes a number of CGI specs to fail.
Expected
Actual
The text was updated successfully, but these errors were encountered: