method

test_strptime

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_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