Converts a UNIX timestamp to SAML2 timestamp on the form
yyyy-mm-ddThh:mm:ss(\.s+)?Z.
public static parseTime2SAML ( string $time ) : string | ||
$time | string | The time we should convert (DateTime). |
Результат | string | $timestamp SAML2 timestamp. |