mirror of https://github.com/espruino/BangleApps
NZ summer time is UTC+13
Increased maximum locale time offset from 12 to 13.pull/651/head
parent
645ccf05bf
commit
ab6b6c5fe4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue