summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlorry-controller-webapp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 3b73527..468f941 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -374,7 +374,7 @@ class StatusRenderer(object):
status = {
'quote': '%s' % random.choice(quotes),
'running_queue': statedb.get_running_queue(),
- 'timestamp': time.strftime('%Y-%m-%d %H:%M:%S'),
+ 'timestamp': time.strftime('%Y-%m-%d %H:%M:%S UTC', time.gmtime()),
'run_queue': self.get_run_queue(statedb),
}
status.update(self.get_free_disk_space(work_directory))