Apply suggestions from code review

This commit is contained in:
Richard van der Hoff 2023-08-24 07:10:17 +01:00 committed by GitHub
parent 85c53a42d4
commit a9700fc745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
Clarify timestamp specification with respect to leap seconds Clarify timestamp specification with respect to leap seconds.

View file

@ -419,7 +419,7 @@ into the `m.` namespace.
### Timestamps ### Timestamps
Unless otherwise stated, are timestamps are the number of milliseconds Unless otherwise stated, timestamps are the number of milliseconds
elapsed since the unix epoch (1970-01-01 00:00:00 UTC), but not counting elapsed since the unix epoch (1970-01-01 00:00:00 UTC), but not counting
leap seconds, so that each day is precisely 86,400,000 milliseconds. leap seconds, so that each day is precisely 86,400,000 milliseconds.