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