diff options
-rw-r--r-- | plugin/pkg/log/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/log/log.go b/plugin/pkg/log/log.go index 2c8971e1d..b4bd1cad8 100644 --- a/plugin/pkg/log/log.go +++ b/plugin/pkg/log/log.go @@ -20,7 +20,7 @@ import ( var D bool // RFC3339Milli doesn't exist, invent it here. -func clock() string { return time.Now().Format("2006-01-02T15:04:05.999Z07:00") } +func clock() string { return time.Now().Format("2006-01-02T15:04:05.000Z07:00") } // logf calls log.Printf prefixed with level. func logf(level, format string, v ...interface{}) { |