lib/savon/soap.rb in savon-0.7.8 vs lib/savon/soap.rb in savon-0.7.9

- old
+ new

@@ -126,10 +126,10 @@ # Content-Types by SOAP version. ContentType = { 1 => "text/xml", 2 => "application/soap+xml" } # SOAP xs:dateTime format. - DateTimeFormat = "%Y-%m-%dT%H:%M:%SZ" + DateTimeFormat = "%Y-%m-%dT%H:%M:%S%Z" # SOAP xs:dateTime Regexp. DateTimeRegexp = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}/ # The global SOAP version. \ No newline at end of file