/etc/conf.d/hwclock (1)

From RaySoft
#-----------------------------------------------------------------------
# hwclock
# =======
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Gentoo
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------

# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
# Greenwich Mean Time). If that clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
clock="UTC"

# If you want to set the Hardware Clock to the current System Time
# (software clock) during shutdown, then say "YES" here.
clock_systohc="YES"

# If you want to set the system time to the current hardware clock
# during bootup, then say "YES" here.
clock_hctosys="YES"