From 5e6981d0ee5ea25891902d11a6b709a73a22a1ec Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Wed, 11 Dec 2019 15:59:25 +0100 Subject: [PATCH] Export TZ in binac config --- conf/binac.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/binac.config b/conf/binac.config index 8c3d493..d0dcef8 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -10,6 +10,11 @@ singularity { envWhitelist = 'TZ' } +env { + TZ='Europe/Berlin' +} + + process { beforeScript = 'module load devel/singularity/3.4.2' executor = 'pbs'