update to UTC

This commit is contained in:
thelamer 2019-04-17 14:54:25 -07:00
parent 405ee40ad4
commit 049d690834
3 changed files with 3 additions and 3 deletions

View File

@ -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 ****" && \

View File

@ -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 ****" && \

View File

@ -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 ****" && \