mirror of
https://github.com/minio/minio.git
synced 2025-02-09 04:38:09 -05:00
time.Format() is not necessary prematurely for JSON marshalling, since JSON marshalling indeed defaults to RFC3339Nano. This also ensures the 'time' is remembered until its logged and it is the same time when the 'caller' invoked 'log' functions.