q: set NewZealand time to default time
This commit is contained in:
parent
a5d25840f6
commit
d115855e00
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@
|
|||
|
||||
q = {
|
||||
enable = true;
|
||||
timeZones = [ "Europe/Berlin" "Pacific/Auckland" ];
|
||||
timeZones = [
|
||||
"Pacific/Auckland"
|
||||
"Europe/Berlin"
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue