A full date-time in string representation, unix timestamp or as a Date object. * can be used to indicate an undisclosed date-time part.
*
https://datatracker.ietf.org/doc/html/rfc6350#section-4
"2020-01-01T01:02:03""*-01-01T01:*Z"new Date("2020-01-01T01:02:03")1658736768
Generated using TypeDoc
A full date-time in string representation, unix timestamp or as a Date object.
*
can be used to indicate an undisclosed date-time part.See
https://datatracker.ietf.org/doc/html/rfc6350#section-4
Example