summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 33393478..76c68720 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -476,7 +476,7 @@ class Morph(cliapp.Application):
ok = verbose or error or (not quiet and not chatty)
if ok:
- timestamp = time.strftime('%Y-%m-%d %H:%M:%S', time.gmtime())
+ timestamp = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())
self.output.write('%s %s\n' % (timestamp, text))
self.output.flush()