in encoder.go [81:83]
func RFC3339UTCTimeEncoder(t time.Time, enc zapcore.PrimitiveArrayEncoder) { RFC3339TimeEncoder(t.In(time.UTC), enc) }