plugins/time.lua

changeset 490
6b2f31da9610
parent 480
a48a4723aa2a
--- 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";
 

mercurial