Skip to content

Commit

Permalink
Revert changing the date format
Browse files Browse the repository at this point in the history
CEST change to CET in winter. So it's best to just store '+02:00'.
  • Loading branch information
laurent-indermuehle committed Oct 15, 2024
1 parent 8100913 commit 901faa9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion conntracker.ini-dist
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 901faa9

Please sign in to comment.