diff options
author | Kurt J. Bosch <kjb-temp-2009@alpenjodel.de> | 2011-03-28 19:07:34 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-03-30 16:32:53 +0200 |
commit | 5bf3735ba6b03c3ec754e713174a5964f8a0151a (patch) | |
tree | 5df96cfbc5d01ec3b0b47b0fb051fa9339c9cb85 /rc.conf | |
parent | 29a29c75e68bedd0b47d70de1e8eac83ffe23a13 (diff) |
Change hardware clock default to UTC
Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,6 +11,7 @@ # process. If set to 'no', the C locale will be used. # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result # in the hardware clock being left untouched (useful for virtualization) +# Note: Using "localtime" is discouraged. # TIMEZONE: timezones are found in /usr/share/zoneinfo # KEYMAP: keymaps are found in /usr/share/kbd/keymaps # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US) @@ -19,7 +20,7 @@ # LOCALE="en_US.UTF-8" DAEMON_LOCALE="no" -HARDWARECLOCK="localtime" +HARDWARECLOCK="UTC" TIMEZONE="Canada/Pacific" KEYMAP="us" CONSOLEFONT= |