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