Method: DateTime.iso8601
- Defined in:
- lib/rubysl/date/date.rb
.iso8601(str = '-4712-01-01T00:00:00+00:00', sg = ITALY) ⇒ Object
:nodoc:
1742 1743 1744 1745 |
# File 'lib/rubysl/date/date.rb', line 1742 def self.iso8601(str='-4712-01-01T00:00:00+00:00', sg=ITALY) # :nodoc: elem = _iso8601(str) new_by_frags(elem, sg) end |