You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server is sending the time in EST and the frontend is showing that because the server is hosted in US-Region.
Expected Behavior:
-In the user client site, the messages should show the local time (converted UTC time to local).
Possible Solution:
-The server should send the UTC timestamp. But the frontend should convert that to local timestamp while displaying in the component.
The text was updated successfully, but these errors were encountered:
Current Behavior:
Expected Behavior:
-In the user client site, the messages should show the local time (converted UTC time to local).
Possible Solution:
-The server should send the UTC timestamp. But the frontend should convert that to local timestamp while displaying in the component.
The text was updated successfully, but these errors were encountered: