UCF STIG Viewer Logo

The SUSE operating system must be configured to use Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT).


Overview

Finding ID Version Rule ID IA Controls Severity
V-77477 SLES-12-030310 SV-92173r1_rule Low
Description
If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis. Time stamps generated by the SUSE operating system include date and time. Time is commonly expressed in UTC, a modern continuation of GMT, or local time with an offset from UTC.
STIG Date
SLES 12 Security Technical Implementation Guide 2018-09-27

Details

Check Text ( C-77037r1_chk )
Verify that the SUSE operating system is configured to use UTC or GMT.

Check that the SUSE operating system is configured to use UTC or GMT with the following command:

# timedatectl status | grep -i timezone
Timezone: UTC (UTC, +0000)

If "Timezone" is not set to UTC or GMT, this is a finding.
Fix Text (F-84119r1_fix)
Configure the SUSE operating system is configured to use UTC or GMT.

To configure the system time zone to use UTC or GMT, run the following command, replacing [ZONE] with "UTC" or "GMT".

# sudo timedatectl set-timezone [ZONE]