Skip to content

Commit f0b1d1c

Browse files
committed
set default TZ to UTC
1 parent ed33219 commit f0b1d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerFiles/marklogic-server-ubi-rootless:base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ ENV MARKLOGIC_INSTALL_DIR=/opt/MarkLogic \
118118
MARKLOGIC_WALLET_PASSWORD_FILE=mldb_wallet_password \
119119
BUILD_BRANCH=${BUILD_BRANCH} \
120120
MARKLOGIC_JOIN_TLS_ENABLED=false \
121-
TZ=Europe/Paris \
121+
TZ=UTC \
122122
OVERWRITE_ML_CONF=true \
123123
MARKLOGIC_EC2_HOST=0
124124

0 commit comments

Comments
 (0)