Kevin Wan 3 年之前
父節點
當前提交
cf4321b2d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/logx/logs.go

+ 1 - 1
core/logx/logs.go

@@ -72,7 +72,7 @@ var (
 	// ErrLogServiceNameNotSet is an error that indicates that the service name is not set.
 	ErrLogServiceNameNotSet = errors.New("log service name must be set")
 
-	timeFormat   = "2006-01-02T15:04:05.000Z07"
+	timeFormat   = "2006-01-02T15:04:05.000Z07:00"
 	writeConsole bool
 	logLevel     uint32
 	encoding     = jsonEncodingType