changeset 39:f4652b525ec7 default tip

Remove timezone pattern from clock metric
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 23 Mar 2016 21:26:50 +0100
parents 0227aba85c56
children
files src/metrics/time.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/metrics/time.rs	Wed Mar 23 21:20:58 2016 +0100
+++ b/src/metrics/time.rs	Wed Mar 23 21:26:50 2016 +0100
@@ -9,7 +9,7 @@
     fmt: String,
 }
 
-const DEFAULT_FMT: &'static str = "%a %b %d %H:%M:%S %Y (%Z)";
+const DEFAULT_FMT: &'static str = "%a %b %d %H:%M:%S %Y";
 
 impl Metric for TimeMetric {
     fn init(&mut self, _: &mut MetricState, arg: Option<String>) {