diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-14 16:57:31 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-14 16:57:31 +0200 |
commit | c85c18b03ab627ee81273d4c0f0009e1a5cc2d03 (patch) | |
tree | 9add9e2fed946e270cc3fe1736c4e78e5d31e8b3 /CHANGES | |
parent | d79609ddc922ef12032c738fdb8e602818f244e0 (diff) | |
download | prosody-c85c18b03ab627ee81273d4c0f0009e1a5cc2d03.tar.gz prosody-c85c18b03ab627ee81273d4c0f0009e1a5cc2d03.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |