Set the timezone

This commit is contained in:
Tobias Ostner 2025-03-01 11:11:58 +01:00
parent 687907b837
commit be62b69791

View file

@ -119,8 +119,11 @@
Clicking = true; Clicking = true;
TrackpadRightClick = true; TrackpadRightClick = true;
}; };
}; };
stateVersion = 6; stateVersion = 6;
}; };
time.timeZone = "Europe/Berlin";
} }