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

Automatically show timestamp in user's timezone #38

Open
minkcrypto-zz opened this issue Jul 7, 2019 · 2 comments
Open

Automatically show timestamp in user's timezone #38

minkcrypto-zz opened this issue Jul 7, 2019 · 2 comments

Comments

@minkcrypto-zz
Copy link

minkcrypto-zz commented Jul 7, 2019

We should be able to change GMT timezone to local!

@uaktags
Copy link
Owner

uaktags commented Jul 8, 2019

Agreed, this should be a JavaScript feature. I'll start looking into ideas, but data itself should be saved as GMT/native to the coins output. No data-transformation before the save, only a UI transformation

@uaktags
Copy link
Owner

uaktags commented Jul 10, 2019

So i'm leaning on the idea that the date/times will be displayed in the user's local time which would be pretty simple to do. Basically run a Date() on it and javascript will do the rest via their browser.

However, I still want the GMT information to be available in some way/shape/form for consistancy purposes. My current idea is to utilize tooltips. On hover, have the GMT date be displayed, so it's there and available. This will remove any issue/fear that there's inconsistancies when you do a GUI view vs a JSONRPC view of the data.

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