diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 3bfa9185b..7b9c1a817 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -232,6 +232,9 @@ check_services() { ######################################## # Main Monitoring Loop ######################################## +TZ_VALUE="$(timedatectl show -p Timezone --value)" +export TZ="$TZ_VALUE" + while true; do sleep 61 log_blue "----------------------------------------"