[arch-releng] [PATCH 3/6] Set UTC as default timezone

Pierre Schmitz pierre at archlinux.de
Fri Jun 22 09:22:42 EDT 2012


UTC is a more reasonable default than Canada/Pacific

Signed-off-by: Pierre Schmitz <pierre at archlinux.de>
---
 README                                | 2 +-
 configs/releng/root-image/etc/rc.conf | 2 +-
 2 Dateien geändert, 2 Zeilen hinzugefügt(+), 2 Zeilen entfernt(-)

diff --git a/README b/README
index cfcff39..a223e80 100644
--- a/README
+++ b/README
@@ -155,7 +155,7 @@ if nothing is specified on command line.
 * locale=             "en_US.UTF-8"
 * daemon_locale=      "no"
 * hardwareclock=      "UTC"
-* timezone=           "Canada/Pacific"
+* timezone=           "UTC"
 * keymap=             "us"
 * consolefont=        (unset)
 * consolemap=         (unset)
diff --git a/configs/releng/root-image/etc/rc.conf b/configs/releng/root-image/etc/rc.conf
index 90aa930..d8dedec 100644
--- a/configs/releng/root-image/etc/rc.conf
+++ b/configs/releng/root-image/etc/rc.conf
@@ -6,7 +6,7 @@
 LOCALE_DEFAULT="en_US.UTF-8"
 DAEMON_LOCALE_DEFAULT="no"
 CLOCK_DEFAULT="UTC"
-TIMEZONE_DEFAULT="Canada/Pacific"
+TIMEZONE_DEFAULT="UTC"
 KEYMAP_DEFAULT="us"
 CONSOLEFONT_DEFAULT=
 CONSOLEMAP_DEFAULT=
-- 
1.7.11


More information about the arch-releng mailing list