Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-:results => [{:message => "", :name => "Database", :status => "OK"}, {:message => "different values (now: 1990-01-01 00:00:00 +0000, fetched: false)", :name => "Redis", :status => "ERROR"}], +:results => [{:message => "", :name => "Database", :status => "OK"}, {:message => "different values (now: Mon, 01 Jan 1990 00:00:00 +0000, fetched: false)", :name => "Redis", :status => "ERROR"}], Rails 7.2 => Time.now.to_formatted_s(:rfc2822) => 1990-01-01 00:00:00 +0100 Rails 8.0 => Time.now.to_formatted_s(:rfc2822) => Mon, 01 Jan 1990 00:00:00 +0100 Rails 7.2 => Time.now => 1990-01-01 00:00:00 +0100 Rails 8.0 => Time.now => 1990-01-01 00:00:00 +0100
- Loading branch information