# File lib/date/format.rb, line 1060
  def self._strptime(str, fmt='%FT%T%z')
    super(str, fmt)
  end