It's ok, contact.last_status_time is always local time, remove comment.
This commit is contained in:
parent
72e26a5137
commit
e6ccbf517a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue