• Check that text conforms to the pattern of an xs:dateTime.

    Remarks

    The time zone must be fixed to UTC. We verify only that the text matches a pre-defined pattern. We do not verify that the day of month is correct nor do we check for leap seconds.

    See: https://www.w3.org/TR/xmlschema-2/#dateTime

    Returns

    True if the text conforms to the pattern

    Parameters

    • text: string

      Text to be checked

    Returns boolean

Generated using TypeDoc