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

Timezone Support #382

Open
sp4ghet opened this issue Nov 26, 2018 · 4 comments
Open

Timezone Support #382

sp4ghet opened this issue Nov 26, 2018 · 4 comments
Assignees
Projects
Milestone

Comments

@sp4ghet
Copy link

sp4ghet commented Nov 26, 2018

Currently, I believe the timezone is set to JST by default and there is no way to change this.

Is there any way to change the timezone?
This is mainly an issue when I press "new page" and it shows a different day from the actual date in my timezone.

@sp4ghet
Copy link
Author

sp4ghet commented Nov 26, 2018

Building v1.7.4 seems to fix the main problem with "new page", but the issue still kind of persists with the "date created" text on articles.

It would be nice to be able to explicitly specify time zone or show which timezone is being used.

@johntallon
Copy link

Hi there.

Where do you set the Host TimeZone?

Regards
John

@sp4ghet
Copy link
Author

sp4ghet commented Nov 27, 2018

I believe the host timezone is set to EST as the heroku instance is on US-east, but I'm not too sure.

@sotarok
Copy link
Member

sotarok commented Dec 6, 2018

@sp4ghet Thank you for feedback this issue.
I know this is a problem.
The time recorded as create/update for each page is decided by server (hosted machine's setting).
But, as you can see, deciding the time on client side is decided by client's time zone setting such as Date & Time settings on System Preference.

So I agree with "true-timezone support" is needed.

  • Decide (detect or choose) time zone in account preference.
  • Display the time of each data with converting by the preference.

@sotarok sotarok added the In Plan label Dec 6, 2018
@sotarok sotarok added this to To do in v1.8 Jun 29, 2019
@otofune otofune self-assigned this Sep 3, 2019
@sotarok sotarok added the Feature label Sep 3, 2019
@otofune otofune changed the title Timezone Support? Timezone Support Sep 3, 2019
@sotarok sotarok added this to the v1.8.0 milestone Sep 7, 2019
@sotarok sotarok modified the milestones: v1.8.0, v1.8.x Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v1.8
  
To do
Development

No branches or pull requests

4 participants