<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - meta hour error with different time-zones"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1737#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - meta hour error with different time-zones"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1737">bug 1737</a>
              from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
        <pre>1.0.9 is lacking this fix, which is already in git HEAD.

Does this fix your issue?

commit d392ddf243dcbf8a34726c777d2c669b1e8bfa85
Author: Florian Westphal <<a href="mailto:fw@strlen.de">fw@strlen.de</a>>
Date:   Thu Nov 2 15:34:13 2023 +0100

    meta: fix hour decoding when timezone offset is negative

    Brian Davidson says:

     meta hour rules don't display properly after being created when the
     hour is on or after 00:00 UTC. The netlink debug looks correct for
     seconds past midnight UTC, but displaying the rules looks like an
     overflow or a byte order problem. I am in UTC-0400, so today, 20:00
     and later exhibits the problem, while 19:00 and earlier hours are
     fine.

    meta.c only ever worked when the delta to UTC is positive.
    We need to add in case the second counter turns negative after
    offset adjustment.

    Also add a test case for this.

    Fixes: f8f32deda31d ("meta: Introduce new conditions 'time', 'day' and
'hour'")
    Reported-by: Brian Davidson <<a href="mailto:davidson.brian@gmail.com">davidson.brian@gmail.com</a>>
    Signed-off-by: Florian Westphal <<a href="mailto:fw@strlen.de">fw@strlen.de</a>></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>