mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.datetime: Add support for sub-second precision timestamps
Lua since 5.3 raises a fuss when time functions are handed a number with a fractional part and the underlying C functions are all based on integer seconds without support for more precision.
This commit is contained in:
parent
d79609ddc9
commit
c85c18b03a
3 changed files with 36 additions and 7 deletions
4
CHANGES
4
CHANGES
|
@ -19,6 +19,10 @@ TRUNK
|
|||
- Advertise supported SASL Channel-Binding types (XEP-0440)
|
||||
- Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3
|
||||
|
||||
## Changes
|
||||
|
||||
- Support sub-second precision timestamps
|
||||
|
||||
## Removed
|
||||
|
||||
- Lua 5.1 support
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue