Required Information:
Additional Information (if applicable):
Steps to reproduce:
Changed device time zone to asia/kolkata but its not reflecting in pi-hole query log (shows UK time)
Extra details:
This issue (and ones like it) might be caused by an incorrect timezone on the Pi-hole or the browser. The queries are stored in UTC time, based on the device's timezone, and then converted to the browser's time zone when displayed in the query log. Usually one of those two timezones is incorrect.
@tillcash
Many thanks for the report 馃憤 we'll try to replicate and investigate.
@tillcash
Appears to be a documented issue. Please can you try the following commands in this post?
https://discourse.pi-hole.net/t/query-log-entries-getting-wrong-time-stamp/8114
Optional: Might be advisable to backup system before hand with:
dietpi-backup
Then run repair:
systemctl stop pihole-FTL
mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL.db.bak
pihole -r
systemctl restart pihole-FTL
Then verify if timestamps are valid.
Facing the issue only in Firefox because of tweak the privacy.resistFingerprinting preference in about:config.
Reverting the changes fixed the issue.
Most helpful comment
Facing the issue only in Firefox because of tweak the privacy.resistFingerprinting preference in about:config.
Reverting the changes fixed the issue.