It's ok, contact.last_status_time is always local time, remove comment.
This commit is contained in:
parent
72e26a5137
commit
e6ccbf517a
1 changed files with 0 additions and 1 deletions
|
@ -466,7 +466,6 @@ class RosterTooltip(NotificationAreaTooltip):
|
||||||
if time.strftime('%j', time.localtime())== \
|
if time.strftime('%j', time.localtime())== \
|
||||||
time.strftime('%j', contact.last_status_time):
|
time.strftime('%j', contact.last_status_time):
|
||||||
# it's today, show only the locale hour representation
|
# 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',
|
local_time = time.strftime('%X',
|
||||||
contact.last_status_time)
|
contact.last_status_time)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue