method

_strptime

v1_8_6_287 - Show latest stable - Class: DateTime
_strptime(str, fmt='%FT%T%z')
public

No documentation available.

# File lib/date/format.rb, line 1060
  def self._strptime(str, fmt='%FT%T%z')
    super(str, fmt)
  end