HEX
Server: Apache
System: Linux hlpi1ws-c332s02.ad.aruba.it 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64
User: ID19798389 (19798389)
PHP: 8.2.28
Disabled: exec,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate
Upload Files
File: //lib/udev/hwclock-set
#!/bin/sh
# Reset the System Clock to UTC if the hardware clock from which it
# was copied by the kernel was in localtime.

dev=$1

if [ -e /run/systemd/system ] ; then
    exit 0
fi

/sbin/hwclock --rtc=$dev --systz
/sbin/hwclock --rtc=$dev --hctosys