NZ summer time is UTC+13

Increased maximum locale time offset from 12 to 13.
pull/651/head
nujw 2021-01-28 17:43:52 +13:00 committed by GitHub
parent 645ccf05bf
commit ab6b6c5fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ function showLocaleMenu() {
'Time Zone': {
value: settings.timezone,
min: -11,
max: 12,
max: 13,
step: 0.5,
onchange: v => {
settings.timezone = v || 0;