Current Behavior:
- 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.