From 36725cf820db8a12fba6cff37b1200b78cc3aca5 Mon Sep 17 00:00:00 2001 From: Johannes Truschnigg Date: Sat, 12 Mar 2022 18:34:40 +0100 Subject: [PATCH] Set LC_ALL and TZ to sane values --- lagdetect.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lagdetect.sh b/lagdetect.sh index 9b7f3cd..7729d29 100755 --- a/lagdetect.sh +++ b/lagdetect.sh @@ -13,6 +13,9 @@ PING_INTERVAL=500 ##################### # DO NOT EDIT BELOW # ##################### +TC=UTC +LC_ALL=C +export TZ LC_ALL __is_num() { case "${1}" in -- 2.39.5