darold / pgcluu

PostgreSQL Cluster performances monitoring and auditing tool
http://pgcluu.darold.net/
PostgreSQL License
336 stars 45 forks source link

Fix for begin/end date filtering for sar data (#125) #126

Closed Krysztophe closed 3 years ago

Krysztophe commented 3 years ago

To correct the discrepancy between the PG and sar graphs from #125, add variables dedicated to sar data on their timezone, to avoid filtering on the wrong hours.

This is a quick fix, that should work when timezones are the same.

I've left debug info, that help to understand what happens.