From 049d690834a72ac8dfee4e394835511ff435fef5 Mon Sep 17 00:00:00 2001 From: thelamer Date: Wed, 17 Apr 2019 14:54:25 -0700 Subject: [PATCH] update to UTC --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index e134b18..6e9fabc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG BAZARR_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="chbmb" # hard set UTC in case the user does not define it -ENV TZ="Etc/UCT" +ENV TZ="Etc/UTC" RUN \ echo "**** install packages ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1ccf4e8..6c9b9c8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -7,7 +7,7 @@ ARG BAZARR_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="chbmb" # hard set UTC in case the user does not define it -ENV TZ="Etc/UCT" +ENV TZ="Etc/UTC" RUN \ echo "**** install packages ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 650afc1..5bca667 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -7,7 +7,7 @@ ARG BAZARR_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="chbmb" # hard set UTC in case the user does not define it -ENV TZ="Etc/UCT" +ENV TZ="Etc/UTC" RUN \ echo "**** install packages ****" && \