Updated timestamp format

Co-authored-by: Steven <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
Akshay Rana
2022-10-18 22:22:01 +05:30
committed by GitHub
co-authored by Steven
parent 1fcc5eccb1
commit c08f2e65e6
+1 -1
View File
@@ -149,7 +149,7 @@ class Realtime extends Adapter
'data' => [
'events' => $events,
'channels' => $channels,
'timestamp' => date('c'),
'timestamp' => DateTime::formatTz(DateTime::now()),
'payload' => $payload
]
]));