Unverified Commit b0cfd9c7 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #17054 from chfast/log-time-format

log: Change time format
parents 48956656 6d8a1bfb
...@@ -15,7 +15,7 @@ import ( ...@@ -15,7 +15,7 @@ import (
const ( const (
timeFormat = "2006-01-02T15:04:05-0700" timeFormat = "2006-01-02T15:04:05-0700"
termTimeFormat = "01-02|15:04:05.999999" termTimeFormat = "01-02|15:04:05.000"
floatFormat = 'f' floatFormat = 'f'
termMsgJust = 40 termMsgJust = 40
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment