Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Time displayed when message sent is EST time because server is in US region #14

Open
CODE-MNA opened this issue Mar 23, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@CODE-MNA
Copy link
Owner

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.

@CODE-MNA CODE-MNA added the good first issue Good for newcomers label Mar 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant