Flowdock
method

test_rfc2822_utc_roundtrip_summer

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: TimeExtentionTest
test_rfc2822_utc_roundtrip_summer() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/time.rb, line 768
    def test_rfc2822_utc_roundtrip_summer
      t1 = Time.local(2008,8,1)
      t2 = Time.rfc2822(t1.rfc2822)
      assert_equal(t1.utc?, t2.utc?)
    end
Register or log in to add new notes.