From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from orbyte.nwl.cc (orbyte.nwl.cc [151.80.46.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 005422E7362 for ; Thu, 18 Jun 2026 11:21:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=151.80.46.58 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781781699; cv=none; b=k0AcfoHPnmxti+w6TX178Q+nu/Pr2dU3muKbR/noxw9D+mvljf/oe8Bh2az9nutMaBxhaN4bzq0WVtukWIpM/FjmefNpEXpi5YILgCMTWlmEW3yETJN9koJVHYpq2OGT9cg7sMeQGYzG0xVwHt3LuO7CrGYgyB+ym0f1oUdGxzg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781781699; c=relaxed/simple; bh=HScNzBW22fj2FvtbJ10gpqehTqeMjNltIZgbfQVa9U8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NKyLFtT8SsWm/mukSeVeJu7NCKMT/xUcJDB4RkfYcOKDLF2BHsCggnlhzxui6McuFqywWB/kRhO29HCx9EpazpE5EsO35J/CBpypKgdOgKDGHrygMc8qPZnUGtZ1mi0nt06as4VyVJLvbt516Q9Uemj3ltQDkgzw0g8PFwBTln4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc; spf=pass smtp.mailfrom=nwl.cc; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b=p6BAlZlL; arc=none smtp.client-ip=151.80.46.58 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=nwl.cc Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=nwl.cc Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=nwl.cc header.i=@nwl.cc header.b="p6BAlZlL" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nwl.cc; s=mail2022; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=OVFkkM/GruT6vmSClbx/FeGj2QI5dOKtceL3B1X5GpY=; b=p6BAlZlLHbAikTwoXpPriDhbTX yJXNaMnCZ8sakyq+8yIr9eKzdEBFFwZjmp9A6Hde/ebH+9tiNHUancVvhoORX76co8XB2okUr8gjs hrm6li/4Y5gRYpRZVJKcHc94KpE5vb4dgOXmrL7ghyoX5x2UvsTSaLRTdqMdOKbaw/6TnUsAnKjmw 4+LKwOq4nn6v5SLnvw5nwEESmuMowFX7pEyJlP8E+BvagRzgpsknQ6p6byeFt5geNMwChJgw5S6VE qg+Fvo1a/EXqcp+O+RWgnbHkH8/tXlXsdKWRM+NdgupQrHNL1Q7gNh8lBxlbMH/zi9MNLqu9ukaMe ebY0Q/XQ==; Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.98.2) (envelope-from ) id 1waAoS-0000000033H-1uLR; Thu, 18 Jun 2026 13:21:36 +0200 Date: Thu, 18 Jun 2026 13:21:36 +0200 From: Phil Sutter To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: [nft PATCH] tests: shell: Run tests with a fixed TZ Message-ID: References: <20260618111743.3001357-1-phil@nwl.cc> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260618111743.3001357-1-phil@nwl.cc> On Thu, Jun 18, 2026 at 01:17:43PM +0200, Phil Sutter wrote: > Inheriting the system's local TZ is problematic with meta time/hour > expressions in dumps. Use UTC-2 since that matches what py test suite is > using. > > While at it, fix up the first two dumps containing such expressions. > > Signed-off-by: Phil Sutter Applied.