From: Nick Porter Date: Sun, 18 Feb 2024 16:18:22 +0000 (+0000) Subject: Use UTC for sqlcounter tests for consistency X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e134b1cd2631f13138eb00c4b31c8fa9ce4acb;p=thirdparty%2Ffreeradius-server.git Use UTC for sqlcounter tests for consistency --- diff --git a/src/tests/modules/sqlcounter/module.conf b/src/tests/modules/sqlcounter/module.conf index 3cf5d72daff..1f10615428d 100644 --- a/src/tests/modules/sqlcounter/module.conf +++ b/src/tests/modules/sqlcounter/module.conf @@ -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 }