1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

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
parent 1fcc5eccb1
commit c08f2e65e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
]
]));