good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b0cfd9c7 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub
Browse files

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

log: Change time format
parents 48956656 6d8a1bfb
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment