summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-06-16 14:47:24 +0200
committermr <mr@mrautenberg.de>2011-06-16 14:47:24 +0200
commitd829934eb8dd69c5380d2582bdf4f20f0ad4500f (patch)
treeaa25d6b32ccbd78e38dfeab672fe872a89d4b31d
parent305aa1146692f7b9a5c278f3cd4d0a843a1755bd (diff)
add GMT to time information
-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