NumericDate
NumericDate is a data representation used to encode a point in time as a numeric value, most notably in security token specifications such as JSON Web Tokens (JWT). In this context, NumericDate is defined as the number of seconds that have elapsed since the Unix epoch, 1970-01-01T00:00:00Z, and is expressed as a JSON numeric value. The concept is designed to be timezone-agnostic and easily comparable across systems.
The typical format for NumericDate is an integer representing whole seconds since the epoch. Some implementations
NumericDate is commonly used in token and credential systems to denote time-related claims, such as issuance
Producers and consumers should ensure clocks are synchronized and aware of potential clock skew. While 64-bit