is C# DateTime.UtcNow
and php date("c")
are equivalent
I doubt because when I soap both I get from
C# :
<dateDebutAction xsi:type="xsd:dateTime">2012-03-20T16:01:28.3954818Z</dateDebutAction>
and from
PHP :
<dateDebutAction xsi:type="xsd:dateTime">2012-03-20T16:04:29+00:00</dateDebutAction>
if they are not equivalent what is the C# for date("c")
context :
I send the first soap to someone who work in PHP, and he's saying me the date is not valid, he gave me an exemple in php with date("c") and it work.
So I wonder if my code is wrong.
I filter the soap request with mssoapt and the two request are equals except the datetime.