-
Notifications
You must be signed in to change notification settings - Fork 77
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
[input-time-zone] Allow to show UTC instead of GMT with the input time zone picker offset mode #8716
Comments
@fendiaoxiaoshuazi Thanks for submitting this issue. Would you mind sharing more details behind this request? Is this about enhancing the existing "offset" mode or would this need to introduce a new mode that mainly displays UTC options a certain way? |
Hi, @jcfranco, we would like an enhancement to the existing "offset" mode. Currently, the "offset" mode can only show "GMT", and we would like an option to switch "GMT +/- *" to "UTC +/- *". Like the time zone picker of Scene Viewer, and Windows time zone picker |
Currently, Survey123 connect and field app use the UTC for the time picker. The web app utilizes the Calcite input-time-zone show GMT. Therefore, we need the UTC mode in the Calcite input-time-zone to make them consistent. Here are the reasons why we chose UTC:
|
Belated thanks for the info, @fendiaoxiaoshuazi! Adding related issue: #9018. |
Moved to the June release as this is needed for #9018. cc @geospatialem |
**Related Issue:** #8716 ## Summary Adds `offsetStyle` prop to specify whether offset should always use `UTC` or `GMT` for the offset label instead of using the user's locale. Valid options are: * `"user"` (default) uses `UTC` or `GMT` depending on the user's locale, * `"gmt"` always uses `GMT`, and * `"utc"` always uses `UTC`.
Installed and assigned for verification. |
Check existing issues
Description
The current input time zone offset mode only allow to show GMT. Is it possible to support showing UTC as an option.
Acceptance Criteria
Support showing UTC as an option.
Relevant Info
No response
Which Component
calcite-input-time-zone
Example Use Case
No response
Priority impact
p4 - not time sensitive
Calcite package
Esri team
ArcGIS Survey123
The text was updated successfully, but these errors were encountered: