From 4c6ac6ed1851bd79b02eb1afc8a39223d80107f8 Mon Sep 17 00:00:00 2001 From: wdower Date: Thu, 29 Feb 2024 17:00:11 -0500 Subject: [PATCH] bugfix Signed-off-by: wdower --- controls/SV-238308.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controls/SV-238308.rb b/controls/SV-238308.rb index 71e11ff..76efc3b 100644 --- a/controls/SV-238308.rb +++ b/controls/SV-238308.rb @@ -33,6 +33,6 @@ time_zone = command('timedatectl status | grep -i "time zone"').stdout.strip describe time_zone do - it { should match 'UTC' } + it { should match /UTC|GMT/ } end end