Skip to content

Commit

Permalink
Date semantics must support milliseconds for better interoperability Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Veroux authored and Jan Markmann committed Nov 4, 2015
1 parent d1070db commit 4279a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BeSimple/SoapCommon/WsSecurityFilterClientServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract class WsSecurityFilterClientServer
/**
* The date format to be used with {@link \DateTime}
*/
const DATETIME_FORMAT = 'Y-m-d\TH:i:s.000\Z';
const DATETIME_FORMAT = 'Y-m-d\TH:i:s.u\Z';

/**
* (X509 3.2.1) Reference to a Subject Key Identifier
Expand Down

0 comments on commit 4279a64

Please sign in to comment.