A common cause for time issues through power states is a dead CMOS battery.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
It's a new laptop. Just released like 2 months ago so I doubt CMOS battery is an issue
Worth a quick check. Things can be DOA.
Yep, especially surface mount lithium batteries - they're very sensitive to the solder reflow profile being juuuust right
timedatectl will tell you if your system time matches the rtc time on your motherboard. Could be the rtc is wrong (or failed) and the system is updating via ntp.
hwclock -w can write the current system time to the rtc. If the battery is dead it wouldn’t help.
I just got home. You're right that it's using NTP. I went into BIOS and checked system time and it was 1h behind so I corrected it. timedatectl shows that system clock sync is OFF so I used hwclock --systohc command to sync with system clock and will see if that causes any issues. If it wont work then I'll try to just stick with your way of doing it. But thanks for letting me know about the hwclock command.
Thanks, will look at it when I get home. Battery is fine
Have you checked the BIOS time and date?
No, I will when I get home, didn't occur to me to try