Skip to content

Commit

Permalink
Maybe passing an explicit offset mollifies CIA. References #8646.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7020 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jeremy committed Jun 14, 2007
1 parent 5086101 commit 164a9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/core_ext/date_time_ext_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class DateTimeExtCalculationsTest < Test::Unit::TestCase
def test_to_s
datetime = DateTime.new(2005, 2, 21, 14, 30, 0)
datetime = DateTime.new(2005, 2, 21, 14, 30, 0, 0)
assert_equal "2005-02-21T14:30:00+00:00", datetime.to_s
assert_equal "2005-02-21 14:30:00", datetime.to_s(:db)
assert_equal "14:30", datetime.to_s(:time)
Expand Down

0 comments on commit 164a9ea

Please sign in to comment.