2019-12-13 17:20:29 +03:00
|
|
|
<span class="gh-select" data-select-text="{{this.selectedTimezone.label}}" tabindex="0">
|
2020-01-16 18:14:03 +03:00
|
|
|
<OneWaySelect
|
2020-06-24 17:34:59 +03:00
|
|
|
@id="timezone"
|
|
|
|
@name="general[timezone]"
|
2020-01-16 18:14:03 +03:00
|
|
|
@options={{this.selectableTimezones}}
|
|
|
|
@optionValuePath="name"
|
|
|
|
@optionLabelPath="label"
|
|
|
|
@value={{this.selectedTimezone}}
|
|
|
|
@update={{action "setTimezone"}}
|
|
|
|
/>
|
2018-03-19 12:57:31 +03:00
|
|
|
{{svg-jar "arrow-down-small"}}
|
2016-07-26 13:24:37 +03:00
|
|
|
</span>
|
2019-12-13 17:20:29 +03:00
|
|
|
{{#if this.hasTimezoneOverride}}
|
2020-06-24 17:34:59 +03:00
|
|
|
<p>Your timezone has been automatically set to {{this.timezone}}.</p>
|
2016-07-26 13:24:37 +03:00
|
|
|
{{/if}}
|
2019-12-13 17:20:29 +03:00
|
|
|
<p>The local time here is currently {{this.localTime}}</p>
|