summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/mmd/MmdWidgets.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/mmd/MmdWidgets.py b/tools/mmd/MmdWidgets.py
index 89e04b0..44bbe69 100644
--- a/tools/mmd/MmdWidgets.py
+++ b/tools/mmd/MmdWidgets.py
@@ -325,14 +325,14 @@ def indexWidget (lcol, rcol, status, debug_info = False):
debug_info.session_id,
debug_info.ip,
debug_info.user.email,
- debug_info.status,
- debug_info.expires,
- debug_info.renewal,
- time.strftime ('%s'),
+ time.strftime ('%c', time.localtime (debug_info.status)),
+ time.strftime ('%c', time.localtime (debug_info.expires)),
+ time.strftime ('%c', time.localtime (debug_info.renewal)),
+ time.strftime ('%c', time.localtime (time.strftime ('%s'))),
user_location.name,
user_location.longitude,
user_location.latitude,
- debug_info.satellite.getLatestSSP()['timestamp'])
+ time.strftime ('%c', time.localtime (debug_info.satellite.getLatestSSP()['timestamp'])))
else:
debug = ''