summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormr <mr@mrautenberg.de>2011-06-16 15:03:58 +0200
committermr <mr@mrautenberg.de>2011-06-16 15:03:58 +0200
commitfe98831689d9658d723acd1f6dc77d2804bcf7fa (patch)
treef1c8ec4059682ac5228a6776af2503135fb7e235
parentd829934eb8dd69c5380d2582bdf4f20f0ad4500f (diff)
replace GMT with %Z
-rw-r--r--views/model.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/model.haml b/views/model.haml
index d5fbb24..c64d81e 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 GMT") if model.created_at
+ %dd= Time.parse(model.created_at.to_s).strftime("%m/%d/%Y - %I:%M:%S%p %Z") if model.created_at
- if model.nr_compounds
%dt Training compounds:
%dd= model.nr_compounds