method

rfc3339

v1_9_1_378 - Show latest stable - Class: DateTime
rfc3339(str='-4712-01-01T00:00:00+00:00', sg=ITALY)
public

No documentation available.

# File lib/date.rb, line 1729
  def self.rfc3339(str='-4712-01-01T00:00:00+00:00', sg=ITALY) # :nodoc:
    elem = _rfc3339(str)
    new_by_frags(elem, sg)
  end