Set up -> Stream is Working

This commit is contained in:
mr
2026-02-03 15:25:15 +01:00
parent 0ff21c0818
commit 1c2ea9ca96
11 changed files with 259 additions and 179 deletions

View File

@@ -35,7 +35,7 @@ func NewEvent(name string, from string, dt *tools.DataType, user string, payload
Type: name,
From: from,
User: user,
Timestamp: time.Now().Unix(),
Timestamp: time.Now().UTC().Unix(),
Payload: payload,
}
if dt != nil {