diff -r 39ed19f12dca -r 6b2f31da9610 plugins/time.lua --- a/plugins/time.lua Tue May 23 19:46:52 2023 +0200 +++ b/plugins/time.lua Sat May 20 20:48:03 2023 +0200 @@ -1,5 +1,5 @@ local verse = require "verse"; -local dt = require "util.datetime"; +local dt = require "prosody.util.datetime"; local xmlns_time = "urn:xmpp:time";