# File lib/date.rb, line 1258 def self.parse(str='-4712-01-01T00:00:00Z', comp=false, sg=ITALY) elem = _parse(str, comp) new_with_hash(elem, sg) end