Method: DateTime.httpdate
- Defined in:
- lib/project/date.rb
.httpdate(str = 'Mon, 01 Jan -4712 00:00:00 GMT', sg = ITALY) ⇒ Object
:nodoc:
1757 1758 1759 1760 |
# File 'lib/project/date.rb', line 1757 def self.httpdate(str='Mon, 01 Jan -4712 00:00:00 GMT', sg=ITALY) # :nodoc: elem = _httpdate(str) new_by_frags(elem, sg) end |