Flowdock
_strptime(str, fmt='%FT%T%z') public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/date/format.rb, line 1285
  def self._strptime(str, fmt='%FT%T%z')
    super(str, fmt)
  end
Register or log in to add new notes.