method

test_rfc2822_utc_roundtrip_winter

test_rfc2822_utc_roundtrip_winter()
public

No documentation available.

# 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