From 5a733a4aca100a352020a1826b56028a5755946a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 14 May 2006 15:22:21 +0000 Subject: [PATCH] Set TIMEZONE to TZ if it's set on the host, if not defaultting to GMT. --- common/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config b/common/config index 48a35df..f5d0b9c 100644 --- a/common/config +++ b/common/config @@ -60,7 +60,7 @@ STRIP=1 PAGE=letter #--- set default timezone. -TIMEZONE=GMT +TIMEZONE=${TZ:-GMT} #--- install the optional vim-lang package 0(no)/1(yes) VIMLANG=1