method

rfc2822

v1_9_1_378 - Show latest stable - Class: DateTime
rfc2822(str='Mon, 1 Jan -4712 00:00:00 +0000', sg=ITALY)
public

No documentation available.

# File lib/date.rb, line 1739
  def self.rfc2822(str='Mon, 1 Jan -4712 00:00:00 +0000', sg=ITALY) # :nodoc:
    elem = _rfc2822(str)
    new_by_frags(elem, sg)
  end