-
Notifications
You must be signed in to change notification settings - Fork 73
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
For Date Polls Allow End users to Select their own timezone #1250
Comments
Timezones are taken from the browser's settings. See discussion in #995 for possible issues on your side. |
thanks - let me confirm |
I have a similar request. Using browser settings for the time zone seems to work well, but not everyone knows their time zone setting or how to set it in their browser. At least displaying somewhere which time zone is currently used would be appreciated. Case: I just had a discussion with someone from another time zone, trying to figure out if we need to manually apply time shift or not. Having the time zone at least displayed would avoid such a confusion and make it clear that polls actually supports time zones (which is a nice feature, thanks) |
This is the current implementation: |
Sorry about that, indeed I just need to update and it shows what I need! Thank you |
Just for clarificiation: The timezone is normally taken from the user's OS, not set in the browser. So the timezone the browser uses should be identically to the timezone used on the entire computer.
And please no apologies for requests and questions... |
@dartcafe , you wrote:
As #995 demonstrates, at least for Firefox the timezone is taken from the browser, NOT from the OS. But you are correct in pointing out that without any extra privacy plugins or settings in the browser, per default browsers will have the same timezone as the OS. |
Of course js gets it's timezone information from the browser. But the browser takes it from the OS, where the timezone is defined. And usual browsers do not offer changing the timezone. I just wanted to clarify, that the definition of the timezone is controlled by the client and not by the server, nextcloud or the app. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Right now the date polls default to UTC for all users which is hard to understand if you are not close to that timezone. End users should be able to see their own timezone and the survey would adapt the displayed dates accordingly
The text was updated successfully, but these errors were encountered: