Flowdock
method

test_rfc2822_utc_roundtrip_winter

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: TimeExtentionTest
test_rfc2822_utc_roundtrip_winter() 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 762
    def test_rfc2822_utc_roundtrip_winter
      t1 = Time.local(2008,12,1)
      t2 = Time.rfc2822(t1.rfc2822)
      assert_equal(t1.utc?, t2.utc?, "[ruby-dev:37126]")
    end
Register or log in to add new notes.