From 8ac59c2066956beb8db65c1006dddf08eee52958 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Thu, 17 Mar 2022 20:31:30 +0100 Subject: [PATCH] Set TZ, not TC, in env --- lagdetect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lagdetect.sh b/lagdetect.sh index 1e0936e..c7aeac6 100755 --- a/lagdetect.sh +++ b/lagdetect.sh @@ -43,7 +43,7 @@ BW_MAX_RX=30000 # your max. desired downstream bandwidth to shape to in Kbps ##################### # DO NOT EDIT BELOW # ##################### -TC=UTC +TZ=UTC LC_ALL=C export TZ LC_ALL -- 2.39.5