[client] Use UTC on event generation (#3554)

This commit is contained in:
Maycon Santos 2025-03-21 11:14:51 +01:00 committed by GitHub
parent 8f0aa8352a
commit cb318b7ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ func (l *Logger) startReceiver() {
event := types.Event{
ID: id,
EventFields: *eventFields,
Timestamp: time.Now(),
Timestamp: time.Now().UTC(),
}
var isExitNode bool