Redmine/app
Toshi MARUYAMA a17fcac822 Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796)
On Rails 3.0 and Ruby 1.8.7 in Japan (UTC+9), tests fails with following messages.

test_operator_date_equals(QueryTest) [test/unit/query_test.rb:206]:
<"(issues.due_date > '2011-07-09 14:59:59.999999' AND issues.due_date <= '2011-07-10 14:59:59.999999')
 AND (issue_statuses.is_closed='f')"> expected to be =~
</issues\.due_date > '2011-07-09 23:59:59(\.9+)?' AND issues\.due_date <= '2011-07-10 23:59:59(\.9+)?/>.

Contributed by Sylvain Utard.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7591 e93f8b46-1217-0410-a6f0-8f06a7374b81
2011-10-07 00:23:05 +00:00
..
controllers remove hard-coded '.rxml' from ApplicationController 'render_feed' (#6317) 2011-10-04 11:07:47 +00:00
helpers Rails3: helper: use html_safe at page_header_title of ApplicationHelper 2011-10-06 15:02:14 +00:00
models Rails3: model: query: parse dates using UTC (ruby 1.9 inside) (#4796) 2011-10-07 00:23:05 +00:00
views Rails3: view: use html_safe for subprojects at projects/show.html.erb 2011-10-06 15:02:56 +00:00