[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. upstream/0.9.5.5-717-g0f98819

Sebastian Krzyszkowiak seba.dos1 at gmail.com
Sat Aug 6 08:18:35 UTC 2011


The following commit has been merged in the debian branch:
commit bf5a4549bb415d918c259ef16212364c2121ec60
Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Tue Oct 6 19:19:39 2009 +0200

    opimd: SIM-Messages-FSO: change floats into ints

diff --git a/framework/subsystems/opimd/pimb_sim_messages_fso.py b/framework/subsystems/opimd/pimb_sim_messages_fso.py
index b1ad53f..d18586b 100644
--- a/framework/subsystems/opimd/pimb_sim_messages_fso.py
+++ b/framework/subsystems/opimd/pimb_sim_messages_fso.py
@@ -119,7 +119,7 @@ class SIMMessageBackendFSO(Backend):
             try:
                 timestamp = props['timestamp'][:len(props['timestamp'])-6]
                 entry['Timezone'] = props['timestamp'][len(props['timestamp'])-5:]
-                entry['Timestamp'] = time.mktime(time.strptime(timestamp))
+                entry['Timestamp'] = int(time.mktime(time.strptime(timestamp)))
             except ValueError:
                 logger.error("Couldn't handle timestamp!")
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list