From 64b5e16928df04bcba16a1b244f634c1a3af0c8b Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 22 Jun 2012 13:39:54 +0200 Subject: Set UTC as default timezone UTC is a more reasonable default than Canada/Pacific Signed-off-by: Pierre Schmitz Signed-off-by: Gerardo Exequiel Pozzi --- README | 2 +- configs/releng/root-image/etc/rc.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 a3e3d8a..6a640f5 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= -- cgit v1.2.3-54-g00ecf