]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use UTC for sqlcounter tests for consistency
authorNick Porter <nick@portercomputing.co.uk>
Sun, 18 Feb 2024 16:18:22 +0000 (16:18 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Sun, 18 Feb 2024 16:18:22 +0000 (16:18 +0000)
src/tests/modules/sqlcounter/module.conf

index 3cf5d72daffa241e93012fce806fdf53785bd2dd..1f10615428d8d53fe0a8a73df25a0e914ac49753 100644 (file)
@@ -40,6 +40,7 @@ sqlcounter dailycounter {
        key = "%{&Stripped-User-Name || &User-Name}"
        reply_message_name = &Reply-Message
        reset = daily
+       utc = yes
 
        $INCLUDE ${modconfdir}/sql/counter/${dialect}/${.:instance}.conf
 }
@@ -54,6 +55,7 @@ sqlcounter dailycounter_extend {
        key = "%{&Stripped-User-Name || &User-Name}"
        reply_message_name = &Reply-Message
        reset = daily
+       utc = yes
 
        $INCLUDE ${modconfdir}/sql/counter/${dialect}/dailycounter.conf
 }