aboutsummaryrefslogtreecommitdiff
path: root/modules/format_activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/format_activity.py')
-rw-r--r--modules/format_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/format_activity.py b/modules/format_activity.py
index b2fdfc38..ebc770b3 100644
--- a/modules/format_activity.py
+++ b/modules/format_activity.py
@@ -119,7 +119,7 @@ class Module(ModuleManager.BaseModule):
event["channel"].topic, event["channel"])
unix_dt = datetime.datetime.utcfromtimestamp(event["set_at"])
- dt = datetime.datetime.strftime(unix_dt, DATETIME_FORMAT)
+ dt = datetime.datetime.strftime(unix_dt, utils.ISO8601_PARSE)
line = "topic set at %s" % dt
self._event("topic-timestamp", event["server"], line,
event["channel"].name)