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