mikedilger / nostr-next

Issues with nostr that would require breaking changes to fix
3 stars 0 forks source link

TAI not unixtime #18

Open mikedilger opened 1 month ago

mikedilger commented 1 month ago

unixtime ignores leapseconds, meaning some unixtimes actually express 2 adjacent actual seconds, and possibly in the future two adjacent unixtimes will be the same moment in time.

TAI avoids this.

While we are at it, we could increase precision a bit.