method
test_rfc2822_utc_roundtrip_summer
ruby latest stable - Class:
TimeExtentionTest
test_rfc2822_utc_roundtrip_summer()public
No documentation available.
# 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