method

test_rfc2822_utc_roundtrip_winter

ruby latest stable - Class: TimeExtentionTest

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

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