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

show user local time #312

Open
piyush94 opened this issue Jul 23, 2020 · 2 comments
Open

show user local time #312

piyush94 opened this issue Jul 23, 2020 · 2 comments

Comments

@piyush94
Copy link

In Web UI, for different timestamps such created, added, modified, etc. user local time should be displayed. Currently, server time is shown.

@sbtaylor15
Copy link
Contributor

@piyush94 - on the users profile we have the date and time format. We will need to add a time zone field so we can figure out the offset from the server to get the times adjusted.

@piyush94
Copy link
Author

@sbtaylor15 Just a suggestion, if possible, it should be solvable by, saving the timestamp as ISO string(UTC 0), then it can be passed to JavaScript localestring function which can handle conversion to user's local timezone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants