You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Everyone
I am seeing the following behaviour in 1.2.22 and 1.2.23
The Gprint times ( To and From) are correct however the bottom time line of the graph is showing in GMT +4
I am in EST
I am seeing that the raw data in that time is the correct data
I have confirmed date and time is correct on both PHP and DB as well as poller timezone settings
Date
Tue, 25 Oct 2022 16:27:18 -0400
Cacti Version
1.2.23
Cacti OS
unix
RSA Fingerprint
9a:71:17:a2:e9:73:a6:3a:40:b2:d6:c9:59:85:a6:f6
NET-SNMP Version
NET-SNMP version: 5.7.2
RRDtool Version Configured
1.8.0+
RRDtool Version Found
1.8.0
DB time
MariaDB [(none)]> select NOW();
+---------------------+
| NOW() |
+---------------------+
| 2022-10-25 16:28:24 |
+---------------------+
1 row in set (0.001 sec)
MariaDB [cacti]> select timezone from poller;
+-----------------+
| timezone |
+-----------------+
| America/Toronto |
| America/Toronto |
| America/Toronto |
| America/Toronto |
+-----------------+
4 rows in set (0.001 sec)
Server time is also correct
[root@cacti-main ~]# date
Tue Oct 25 16:29:04 EDT 2022
The request header is in GMT despite the client being set to EST
the time matches both the EST timezone listed in the gprint from and to
and matches the time stamps on the graph its like one of the timestamps are not being converted properly ?
It looks like the boost update mechanism is loosing the timezone settings. We tried a fix for it that makes sure the timezone is being set before the actual rrdtool command is being executed.
Hello Everyone
I am seeing the following behaviour in 1.2.22 and 1.2.23
The Gprint times ( To and From) are correct however the bottom time line of the graph is showing in GMT +4
I am in EST
I am seeing that the raw data in that time is the correct data
I have confirmed date and time is correct on both PHP and DB as well as poller timezone settings
DB time
MariaDB [(none)]> select NOW();
+---------------------+
| NOW() |
+---------------------+
| 2022-10-25 16:28:24 |
+---------------------+
1 row in set (0.001 sec)
MariaDB [cacti]> select timezone from poller;
+-----------------+
| timezone |
+-----------------+
| America/Toronto |
| America/Toronto |
| America/Toronto |
| America/Toronto |
+-----------------+
4 rows in set (0.001 sec)
Server time is also correct
[root@cacti-main ~]# date
Tue Oct 25 16:29:04 EDT 2022
The request header is in GMT despite the client being set to EST
the time matches both the EST timezone listed in the gprint from and to
and matches the time stamps on the graph its like one of the timestamps are not being converted properly ?
Also when running the graph in realtime the time stamps are correct
The text was updated successfully, but these errors were encountered: