From: Johannes Truschnigg Date: Sat, 12 Mar 2022 17:34:40 +0000 (+0100) Subject: Set LC_ALL and TZ to sane values X-Git-Url: https://johannes.truschnigg.info/gitweb/?a=commitdiff_plain;h=36725cf820db8a12fba6cff37b1200b78cc3aca5;p=sqm_lagthrottle Set LC_ALL and TZ to sane values --- 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