Hi Pablo, On Mon, Nov 18, 2019 at 07:34:59PM +0100, Pablo Neira Ayuso wrote: > On Sat, Nov 16, 2019 at 10:32:18PM +0100, Phil Sutter wrote: > > Payload generated for 'meta time' matches depends on host's timezone and > > DST setting. To produce constant output, set a fixed timezone in > > nft-test.py. Choose UTC-2 since most payloads are correct then, adjust > > the remaining two tests. > > This means that the ruleset listing for the user changes when daylight > saving occurs, right? Just like it happened to our tests. I think UTC-2 is a fixed offset to a time that doesn't change. During DST in Europe, our timezone changes from CET to CEST, or from UTC+1 to UTC+2. So by specifying the same TZ no matter if DST applies or not, the offset added to the current time should always remain the same. Cheers, Phil