From 02d9fd9ad4816f357c614a230b34d7e3fcdcdcf9 Mon Sep 17 00:00:00 2001
From: mathieui <mathieui@mathieui.net>
Date: Mon, 31 Mar 2014 22:56:29 +0200
Subject: Fix #2462 (wrong timezone in the logs)

Now everything in the logs is in UTC time, and is converted when read

(also, actually return the logs after loading them instead of not doing
anything)
---
 src/tabs/basetabs.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/tabs')

diff --git a/src/tabs/basetabs.py b/src/tabs/basetabs.py
index 00f924b0..7b300b18 100644
--- a/src/tabs/basetabs.py
+++ b/src/tabs/basetabs.py
@@ -455,6 +455,7 @@ class ChatTab(Tab):
 
     def load_logs(self, log_nb):
         logs = logger.get_logs(safeJID(self.get_name()).bare, log_nb)
+        return logs
 
     def log_message(self, txt, nickname, time=None, typ=1):
         """
-- 
cgit v1.2.3