From e648374283b107c907246bc62bf22a06ad352158 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 3 Nov 2016 23:23:37 -0700 Subject: testing fix for time format with chart labels --- system/api/analytics/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/api/analytics/init.go') diff --git a/system/api/analytics/init.go b/system/api/analytics/init.go index 41767f1..2368b2b 100644 --- a/system/api/analytics/init.go +++ b/system/api/analytics/init.go @@ -162,7 +162,7 @@ CHECK_REQUEST: for j := range times { // format times[j] (time.Time) into a MM/DD format for dates - dates[j] = times[j].Format("_1/_2") + dates[j] = times[j].Format(`01/02`) // if on today, there will be no next iteration to set values for // day prior so all valid requests belong to today -- cgit v1.2.3