From daf9b18a8aaabdc686db020df20b9c3ee4e50415 Mon Sep 17 00:00:00 2001
From: chrfranke <chrfranke@4ea69e1a-61f1-4043-bf83-b5c94c648137>
Date: Fri, 4 Mar 2022 16:44:51 +0000
Subject: [PATCH] smartd.8.in: Attribute logs use local time since
 smartmontools 7.1.

git-svn-id: https://svn.code.sf.net/p/smartmontools/code/trunk@5346 4ea69e1a-61f1-4043-bf83-b5c94c648137
---
 smartmontools/ChangeLog   | 2 ++
 smartmontools/smartd.8.in | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/smartmontools/ChangeLog b/smartmontools/ChangeLog
index d8e52cbb7..4e5c365e1 100644
--- a/smartmontools/ChangeLog
+++ b/smartmontools/ChangeLog
@@ -2,6 +2,8 @@ $Id$
 
 2022-03-04  Christian Franke  <franke@computer.org>
 
+	smartd.8.in: Attribute logs use local time since smartmontools 7.1.
+
 	smartctl.8.in, smartd.conf.5.in, update-smart-drivedb.8.in:
 	Remove EXPERIMENTAL notes for features added before 7.2.
 
diff --git a/smartmontools/smartd.8.in b/smartmontools/smartd.8.in
index 201ef0153..e4351dc78 100644
--- a/smartmontools/smartd.8.in
+++ b/smartmontools/smartd.8.in
@@ -187,7 +187,8 @@ At each check cycle attributes are logged as a line of semicolon separated
 triplets of the form "attribute-ID;attribute-norm-value;attribute-raw-value;".
 For SCSI devices error counters and temperature recorded in the form
 "counter-name;counter-value;".
-Each line is led by a date string of the form "yyyy-mm-dd HH:MM:SS" (in UTC).
+Each line is led by a date string of the form "yyyy-mm-dd HH:MM:SS"
+(in local time).
 .Sp
 .\" %IF ENABLE_ATTRIBUTELOG
 If this option is not specified, attribute information is written to files
-- 
GitLab