From 5d01db8514f9b06d2e478c0d86ffafe137093d5b Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 15 Nov 2019 13:59:09 +0000 Subject: move all datetime-related code from utils/__init__ to utils.datetime --- modules/user_time.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user_time.py') diff --git a/modules/user_time.py b/modules/user_time.py index c384669a..19ed4b22 100644 --- a/modules/user_time.py +++ b/modules/user_time.py @@ -58,7 +58,7 @@ class Module(ModuleManager.BaseModule): if utc_offset > 0: tz += "+" tz += "%g" % utc_offset - human = utils.datetime_human(dt) + human = utils.datetime.datetime_human(dt) out = None if type == LocationType.USER: -- cgit v1.3.1-10-gc9f91