The maximum value of a Javascript date is 100,000,000 days after 1 January 1970 UTC. This ends up being a value smaller than the Number.MAX_SAFE_INTEGER which we currently support for expiration. Would we want to have the same max date as Javascript? Doing so would guarantee that the expiration value can be converted to a valid date.
The maximum value of a Javascript date is 100,000,000 days after 1 January 1970 UTC. This ends up being a value smaller than the Number.MAX_SAFE_INTEGER which we currently support for expiration. Would we want to have the same max date as Javascript? Doing so would guarantee that the expiration value can be converted to a valid date.