export time when exporting logs. see #5060

This commit is contained in:
Yann Leboulanger 2009-06-04 20:48:04 +02:00
parent b6475d07e6
commit a2d6d25324
1 changed files with 1 additions and 1 deletions

View File

@ -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