Skip to content
Discussion options

You must be logged in to vote

Thanks for the report @Cyclone411 - you weren't misconfiguring anything. The published Docker image ships no timezone database, so the server always rendered times in UTC, and the output never said so. That ambiguity was the bug.

Fixed in v0.7.0, just released:

Every timestamp now carries an explicit zone marker (eg. 19 Jul 2026, 9:41 AM UTC), so your agent can convert reliably even with zero configuration.
The timezone database is now embedded in the binary, so adding TZ to the MCP's compose service - exactly as you already do for your Pi-holes - renders query logs in your local time. Left unset, output stays UTC and is labelled as such.
Pull ghcr.io/hexamatic/pihole-mcp:latest (or pin :…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lloydmcl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants