It's ok, contact.last_status_time is always local time, remove comment.

This commit is contained in:
Jean-Marie Traissard 2006-10-30 17:40:34 +00:00
parent 72e26a5137
commit e6ccbf517a
1 changed files with 0 additions and 1 deletions

View File

@ -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: