From 3620c5cf4dccdcccf6e345fb921be432a2da420a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 30 Jul 2025 13:56:58 +0100 Subject: [PATCH] [shell-common] Add Dublin to TZ --- shell-common/.config/shell-common/exports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-common/.config/shell-common/exports.sh b/shell-common/.config/shell-common/exports.sh index f867150..a6858d6 100644 --- a/shell-common/.config/shell-common/exports.sh +++ b/shell-common/.config/shell-common/exports.sh @@ -34,7 +34,7 @@ fi # https://github.com/oz/tz if [ -x "$(command -v tz)" ]; then - export TZ_LIST="America/New_York,WDW;America/Los_Angeles,DLR;Europe/Paris,DLP" + export TZ_LIST="Europe/Dublin,Portwest HQ;America/New_York,WDW;America/Los_Angeles,DLR;Europe/Paris,DLP" fi # macOS Specific envs