summaryrefslogtreecommitdiff
path: root/views/model.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/model.haml')
-rw-r--r--views/model.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/model.haml b/views/model.haml
index b4b3c59..d5fbb24 100644
--- a/views/model.haml
+++ b/views/model.haml
@@ -36,7 +36,7 @@
%br
%dt Started:
- %dd= Time.parse(model.created_at.to_s).strftime("%m/%d/%Y - %I:%M:%S%p") if model.created_at
+ %dd= Time.parse(model.created_at.to_s).strftime("%m/%d/%Y - %I:%M:%S%p GMT") if model.created_at
- if model.nr_compounds
%dt Training compounds:
%dd= model.nr_compounds