davidben / merkle-tree-certs

Other
9 stars 4 forks source link

Clarify time computations are done in POSIX time #4

Closed davidben closed 1 year ago

davidben commented 1 year ago

Specifically, that they are done without leap seconds. This ensures the issuance and expiration times of all batches are consistently computed.

I've also moved 'Terminology and Roles' to 'Conventions and Definitions' because it probably should go there.

(This is the same as what would happen if you implemented it naively, but we need to be precise in a spec.)

Fixes #1

davidben commented 1 year ago

@bob-beck since we've been talking about time a lot lately.