mirror of
https://github.com/fluxcd/flagger.git
synced 2026-03-03 02:00:18 +00:00
use unix timestamp ms
This commit is contained in:
@@ -94,7 +94,7 @@ func CallEventWebhook(r *flaggerv1.Canary, webhook, message, eventtype string) e
|
||||
Metadata: map[string]string{
|
||||
"eventMessage": message,
|
||||
"eventType": eventtype,
|
||||
"timestamp": strconv.FormatInt(t.UnixNano(), 10),
|
||||
"timestamp": strconv.FormatInt(t.UnixNano()/1000000, 10),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user