···88current_tz=$(timedatectl show --property=Timezone --value)
991010# Get local time
1111-local_time=$(date '+%A, %d.%m %H:%M')
1111+local_time=$(date '+%a, %d.%m %H:%M')
12121313# Check if we're in Warsaw timezone
1414if [ "$current_tz" = "$WARSAW_TZ" ]; then