1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-04-18 00:47:48 -04:00

fix: log time format

This commit is contained in:
Jason Song 2022-10-19 16:00:54 +08:00
parent 8dbe30dff9
commit be1ced34be

View File

@ -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
)