Skip to content

Commit

Permalink
Date semantics must support milliseconds for better interoperability
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Veroux committed Feb 11, 2019
1 parent b10b543 commit e046be2
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 e046be2

Please sign in to comment.