This commit is contained in:
2025-11-14 02:54:05 +01:00
parent 7870b33e80
commit 85a981e522
9 changed files with 272 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
> from [linux-surface wiki](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup)
> from [linux-surface wiki](https://github.com/linux-surface/linux-surface/wiki/Installation-and-Setup#setting-your-clock-to-localtime-to-fix-dual-boot-time-skew)
### Setting your clock to localtime to fix dual-boot time skew
@@ -8,6 +8,7 @@ cause the time to skew. The easiest way to fix this is by configuring Linux to u
```bash
sudo timedatectl set-local-rtc 1
```
```bash
sudo hwclock --systohc --localtime
```