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

All times should be client-localized #27

Open
randallm opened this issue Jul 11, 2017 · 3 comments
Open

All times should be client-localized #27

randallm opened this issue Jul 11, 2017 · 3 comments

Comments

@randallm
Copy link
Contributor

For example, if connected to a server on the east coast the timezone returned will be EST regardless of where you are. It would be nice to be able to configure this (or at the very least, explicitly display the timezone range)

@bradvogel bradvogel changed the title Add support for timezone options All times should be client-specific Jul 11, 2017
@bradvogel
Copy link
Contributor

The easiest way to fix this is just to write <script>document.write(new Date(timestamp))</script> when rendering the page. That will localize the time to the browser

@skeggse skeggse changed the title All times should be client-specific All times should be client-localized Jul 20, 2017
@yo8568
Copy link

yo8568 commented Aug 10, 2017

How to localize the time to the browser when using docker image ?

@bradvogel
Copy link
Contributor

Once this issue is fixed, the time will also be localized when run in docker.

@krazyjakee krazyjakee mentioned this issue Sep 28, 2017
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants