method
_strptime
v1_8_7_330 -
Show latest stable
- Class:
DateTime
_strptime(str, fmt='%FT%T%z')public
No documentation available.
# File lib/date/format.rb, line 1162
def self._strptime(str, fmt='%FT%T%z')
super(str, fmt)
end