This is an automated email from the ASF dual-hosted git repository.
kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 1cd33be Fix standard time (#62)
1cd33be is described below
commit 1cd33beb99c65a6680a4850c2a276b07dbff272f
Author: Hoshea Jiang <[email protected]>
AuthorDate: Sat Sep 5 14:09:34 2020 +0800
Fix standard time (#62)
---
graphql/utils/constants.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphql/utils/constants.go b/graphql/utils/constants.go
index 4d233e7..5650c57 100644
--- a/graphql/utils/constants.go
+++ b/graphql/utils/constants.go
@@ -25,7 +25,7 @@ import (
// StepFormats is a mapping from schema.Step to its time format
var StepFormats = map[schema.Step]string{
- schema.StepSecond: "2006-01-02 150400",
+ schema.StepSecond: "2006-01-02 150405",
schema.StepMinute: "2006-01-02 1504",
schema.StepHour: "2006-01-02 15",
schema.StepDay: "2006-01-02",