Diff

CHANGES @ 12629:4c1d3f817063

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.
author Kim Alvefur <zash@zash.se>
date Sun, 14 Aug 2022 16:57:31 +0200
parent 12594:29685403be32
child 12635:f928cb5c5d04
line wrap: on
line diff
--- a/CHANGES	Sun Aug 14 16:51:10 2022 +0200
+++ b/CHANGES	Sun Aug 14 16:57:31 2022 +0200
@@ -19,6 +19,10 @@
 - 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