mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 14:02:27 -04:00
Add UTC in the serverTimezone dropdown
This commit is contained in:
parent
2faf866e9e
commit
edacff123b
4 changed files with 3 additions and 5 deletions
|
@ -26,6 +26,7 @@
|
|||
{{ $t("Server Timezone") }}
|
||||
</label>
|
||||
<select id="timezone" v-model="settings.serverTimezone" class="form-select">
|
||||
<option value="UTC">UTC</option>
|
||||
<option
|
||||
v-for="(timezone, index) in timezoneList"
|
||||
:key="index"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue