fix: add timestamp_utc system varibale

This commit is contained in:
Benjamin Nussbaum 2025-10-06 23:44:37 +02:00
parent 23a7a217db
commit 161200df44

View file

@ -345,6 +345,9 @@ class Plugin extends Model
'config' => $this->configuration ?? [],
...(is_array($this->data_payload) ? $this->data_payload : []),
'trmnl' => [
'system' => [
'timestamp_utc' => now()->utc()->timestamp,
],
'user' => [
'utc_offset' => '0',
'name' => $this->user->name ?? 'Unknown User',