Hello, On nftables 1.0.1, I can run this command just fine: nft> add rule inet filter input iif lo time < "2022-07-01 11:00" accept nft> On 1.0.2, however, it gives me this error: nft> add rule inet filter input iif lo time < "2022-07-01 11:00" accept Error: No symbol type information add rule inet filter input iif lo time < "2022-07-01 11:00" accept ^^^^ Have I encountered a bug, or has the usage of the 'time' statement simply changed? Thanks, -Martin