diff --git a/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml b/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml index e54eb0aef64..c3af6733ed3 100644 --- a/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml +++ b/linux_os/guide/system/logging/ensure_rtc_utc_configuration/rule.yml @@ -33,7 +33,7 @@ ocil_clause: 'the system real-time clock is not configured to use UTC as its tim ocil: |- To verify that the system real-time clock is set to UTC or GMT, run the following command: - {{% if product in ['sle12','sle15'] %}} + {{% if product in ['sle12','sle15'] or 'ubuntu' in product %}}
# timedatectl status | grep -i "time zone"
# Time zone: UTC (UTC, +0000){{% else %}}