Retrieves the current timestamp in XML Schema 1.1.2 date-time format.
This function omits the milliseconds part from the ISO 8601 timestamp, returning a date-time string in the format "yyyy-MM-ddTHH:mm:ssZ".
The current timestamp in XML Schema 1.1.2 format.
const currentTimestamp = getCurrentXmlSchema112Timestamp(); // "2023-08-23T12:34:56Z" Copy
const currentTimestamp = getCurrentXmlSchema112Timestamp(); // "2023-08-23T12:34:56Z"
Retrieves the current timestamp in XML Schema 1.1.2 date-time format.
This function omits the milliseconds part from the ISO 8601 timestamp, returning a date-time string in the format "yyyy-MM-ddTHH:mm:ssZ".