File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -419,9 +419,14 @@ into the `m.` namespace.
419
419
420
420
### Timestamps
421
421
422
- Unless otherwise stated, timestamps are measured as milliseconds since
423
- the Unix epoch. Throughout the specification this may be referred to as
424
- POSIX, Unix, or just "time in milliseconds".
422
+ Unless otherwise stated, timestamps are [ Unix
423
+ timestamps] ( https://en.wikipedia.org/wiki/Unix_time ) , but measured in
424
+ milliseconds. This means, they approximate the number of milliseconds
425
+ since 1970-01-01 00:00:00.000 UTC, but disregard leap seconds so that
426
+ each day is precisely 86,400,000 milliseconds. This also means that
427
+ timestamps can repeat. Most programming languages provide timestamps in
428
+ that format natively. Throughout the specification this may be referred
429
+ to as POSIX, Unix, or just "time in milliseconds".
425
430
426
431
## Specification Versions
427
432
You can’t perform that action at this time.
0 commit comments