-
윈도우, 리눅스 듀얼부팅 환경에서 생기는 날짜와 시간 차이 해결하기카테고리 없음 2023. 6. 15. 06:16
https://www.maketecheasier.com/fix-windows-linux-show-different-times/
Fix Windows and Linux Showing Different Times When Dual Booting - Make Tech Easier
If your system dual boots both Windows and Linux, you might notice that it's impossible to get the system clocks to sync. No matter how you change the clock in one OS, it doesn't fix the problem with the other OS. Fortunately, there's a relatively easy fix
www.maketecheasier.com
Ubuntu에서 로컬 타임 저장
$ timedatectl set-local-rtc 1 --adjust-system-clock
확인
$ timedatectl $ RTC in local TZ : yes
UTC 원상복귀
$ timedatectl set-local-rtc 0 --adjust-system-clock