good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 6d8a1bfb authored by Paweł Bylica's avatar Paweł Bylica
Browse files

log: Change time format

- Keep the tailing zeros.
- Limit precision to milliseconds.
parent d926bf2c
No related branches found
No related tags found
No related merge requests found
...@@ -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
) )
......
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