Initial theory: /etc/acpi/resume.d/50-time.sh exists and does hwclock --hctosys, but there is no counterpart for suspend. Can you try this:
cat <<EOF | sudo tee /etc/acpi/suspend.d/50-time.sh #!/bin/sh # Save the time hwclock --systohc EOF sudo chmod 755 /etc/acpi/suspend.d/50-time.sh -- [P2] Changed date cannot be kept, will be changed back on resume https://bugs.launchpad.net/bugs/134440 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
