From 179d62b9f3cdf9cf3f936ddc98656cfe50ba0d7c Mon Sep 17 00:00:00 2001 From: Fernando Alegre Date: Fri, 18 Oct 2024 09:43:27 -0500 Subject: [PATCH] Timestamp for www is Central --- debian/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/Containerfile b/debian/Containerfile index f44ad47..37c9e62 100644 --- a/debian/Containerfile +++ b/debian/Containerfile @@ -17,7 +17,7 @@ ONBUILD ENV BASH_ENV=/etc/environment # We can't use timedatectl because systemd isn't available # during the build process, so we have to set the timezone manually -ENV TZ=US/Eastern +ENV TZ=US/Central RUN rm /etc/localtime && \ ln -s /usr/share/zoneinfo/$TZ /etc/localtime && \ echo $TZ > /etc/timezone