method

test_strptime

test_strptime()
public

No documentation available.

# File lib/time.rb, line 860
    def test_strptime
      assert_equal(Time.utc(2005, 8, 28, 06, 54, 20), Time.strptime("28/Aug/2005:06:54:20 +0000", "%d/%b/%Y:%T %z"))
    end