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

log: Change time format
This commit is contained in:
Péter Szilágyi
2018-06-25 12:23:33 +03:00
committed by GitHub

View File

@ -15,7 +15,7 @@ import (
const (
timeFormat = "2006-01-02T15:04:05-0700"
termTimeFormat = "01-02|15:04:05.999999"
termTimeFormat = "01-02|15:04:05.000"
floatFormat = 'f'
termMsgJust = 40
)