Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvement of spec.AsTimestamp (#447)
It is a bit safer to convert `time.Time` using a standard `t.UnixMilli()` method rather than `t.UnixNano() / 1000000` ### Pull Request Checklist * [x] Pull request includes a [sign off](https://github.com/matrix-org/dendrite/blob/master/docs/CONTRIBUTING.md#sign-off) Signed-off-by: `Roman Isaev <[email protected]>`
- Loading branch information