Skip to content
Snippets Groups Projects
Commit e6ccbf51 authored by jimpp's avatar jimpp
Browse files

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

parent 72e26a51
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment