From e6ccbf517ac051a432d8687b1184b801f4d2c843 Mon Sep 17 00:00:00 2001 From: Jean-Marie Traissard Date: Mon, 30 Oct 2006 17:40:34 +0000 Subject: [PATCH] It's ok, contact.last_status_time is always local time, remove comment. --- src/tooltips.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tooltips.py b/src/tooltips.py index c363e20ab..e6a42d33f 100644 --- a/src/tooltips.py +++ b/src/tooltips.py @@ -466,7 +466,6 @@ class RosterTooltip(NotificationAreaTooltip): if time.strftime('%j', time.localtime())== \ time.strftime('%j', contact.last_status_time): # it's today, show only the locale hour representation - # FIXME : last_status_time is UTC but _we_ may not be local_time = time.strftime('%X', contact.last_status_time) else: