summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default-config/etc/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-config/etc/rc.conf b/default-config/etc/rc.conf
index ed069e4..57afe64 100644
--- a/default-config/etc/rc.conf
+++ b/default-config/etc/rc.conf
@@ -8,7 +8,7 @@ TIMEZONE_DEFAULT="America/Chicago"
KEYMAP_DEFAULT="us"
LOCALE="$(cmdline_param locale ${LOCALE_DEFAULT})"
-HARDWARECLOCK="UTC"
+HARDWARECLOCK="localtime"
TIMEZONE="$(cmdline_param timezone ${TIMEZONE_DEFAULT})"
KEYMAP="$(cmdline_param keymap ${KEYMAP_DEFAULT})"
CONSOLEFONT="$(cmdline_param consolefont)"