Flowdock
rfc3339(str='-4712-01-01T00:00:00+00:00', sg=ITALY) public

No documentation

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

Hide source
# File lib/date.rb, line 1074
  def self.rfc3339(str='-4712-01-01T00:00:00+00:00', sg=ITALY) # :nodoc:
    elem = _rfc3339(str)
    new_by_frags(elem, sg)
  end
Register or log in to add new notes.