mirror of
https://github.com/go-gitea/gitea.git
synced 2025-04-07 20:25:21 +02:00
fix: log time format
This commit is contained in:
parent
8dbe30dff9
commit
be1ced34be
@ -25,7 +25,7 @@ const (
|
||||
MaxLineSize = 64 * 1024
|
||||
DBFSPrefix = "bots_tasks/"
|
||||
|
||||
timeFormat = time.RFC3339Nano
|
||||
timeFormat = "2006-01-02T15:04:05.0000000Z07:00"
|
||||
defaultBufSize = 64 * 1024
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user