Closed fendiaoxiaoshuazi closed 4 months ago
@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:
The general guideline for all Esri products is to follow UTC, not GMT. So if you display UTC – you’re good and don’t need to change anything.
Belated thanks for the info, @fendiaoxiaoshuazi!
Adding related issue: https://github.com/Esri/calcite-design-system/issues/9018.
Moved to the June release as this is needed for #9018. cc @geospatialem
Installed and assigned for verification.
Verified in 2.10.0-next.10
with the new offset-style
attribute (offsetStyle
prop) with the following values:
"user"
(default)"gmt"
and"utc"
For example:
<calcite-input-time-zone offset-style="utc"></calcite-input-time-zone>
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