From 901faa96e1c9b1d9f183209a24ff793ce5db5f0e Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 15 Oct 2024 18:06:51 +0200 Subject: [PATCH] Revert changing the date format CEST change to CET in winter. So it's best to just store '+02:00'. --- CHANGELOG.md | 6 ------ conntracker.ini-dist | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9475d6c..0758a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,6 @@ This release addresses inconsistencies in date handling throughout the program. - Standardized date format to include time location across all program components - Store the time zone indicator at end of date in SQLite (+02:00 CEST) -### Breaking Changes -- Modified `TimeFormatDB` to incorporate time location - -### Action Required -- Update your `/etc/conntracker/conntracker.ini` file to use the new date format that includes time location. Search for `TimeFormatDB` in `conntracker.ini-dist`. - ## v1.0.0 (2024-10-14) ### Summary diff --git a/conntracker.ini-dist b/conntracker.ini-dist index 899d3ca..ea9efd0 100644 --- a/conntracker.ini-dist +++ b/conntracker.ini-dist @@ -2,7 +2,7 @@ AuditLogPath = /var/lib/mysql SqlitePath = /var/lib/mysql/audit.sqlite TimeFormatAudit = "20060102 15:04:05" -TimeFormatDB = "2006-01-02 15:04:05-07:00 MST" +TimeFormatDB = "2006-01-02 15:04:05-07:00" TimeLocation = Europe/Zurich MaxWorkers = 4 LogLevel = ERROR