Module: check_mk
Branch: master
Commit: 1dee163bbe7de4b233d25ebb6aa08f2e4bc8b3cd
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=1dee163bbe7de4…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Mon Nov 6 09:52:18 2017 +0100
5194 FIX Fixed time zone handling for Stats: columns.
The time zone specified via the Localtime: header was ignored for Stats:
columns, so their returned value was wrong when it was a time-related
column. This has been fixed.
Change-Id: Iaa8293b710600532f9ecb6a75129f61eeae969b7
---
.werks/5194 | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.werks/5194 b/.werks/5194
new file mode 100644
index 0000000..5c04f76
--- /dev/null
+++ b/.werks/5194
@@ -0,0 +1,12 @@
+Title: Fixed time zone handling for Stats: columns.
+Level: 1
+Component: livestatus
+Compatible: compat
+Edition: cre
+Version: 1.5.0i1
+Date: 1509958241
+Class: fix
+
+The time zone specified via the Localtime: header was ignored for Stats:
+columns, so their returned value was wrong when it was a time-related
+column. This has been fixed.