Update README.md

This commit is contained in:
Bob Wen 2021-11-03 21:23:56 +08:00
parent 9d0cd6a927
commit c66b53d971
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ duration = received_at - sent_at
delta = server_time - received_at - duration / 2
```
There is one more thing: the precision of `Date`. Imagine you get a Date value of `23 GMT`, which could be `23.000` seconds, or `23.999` seconds. So we give `0.5s` as a compensation.
There is one more thing: the precision of `Date`. Imagine you get a Date end with `23 GMT`, which could be `23.000` seconds, or `23.999` seconds. So we give `0.5s` as a compensation.
## License