Skip to content
Snippets Groups Projects
Commit a2d6d253 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

export time when exporting logs. see #5060

parent b6475d07
No related branches found
No related tags found
No related merge requests found
......@@ -525,7 +525,7 @@ class HistoryManager:
continue
try:
time_ = time.strftime('%x', time.localtime(float(time_))).decode(
time_ = time.strftime('%c', time.localtime(float(time_))).decode(
locale.getpreferredencoding())
except ValueError:
pass
......
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