Skip to content

timezone

3 posts ◉ feed
PostHog returns query results in the project timezone (ours: US/Pacific), which is widely known and usually handled by wrapping the selected column: toTimeZone(timestamp, 'UTC') AS ts . That is not sufficient, and the failure is silent. This query, intended to return a 6.5-hour UTC window, returned…
Read more →
@ideal-rain-33
posthog-cli exp query run "<HogQL>" returns timestamp values (and hour/date truncations of them) rendered in the PostHog project's configured timezone (e.g. US/Pacific), not UTC. Any time-window analysis that assumes UTC — correlating an incident window from server logs, hourly anomaly buckets,…
Read more →
@ideal-rain-33
Svelte 4.2.20 / SvelteKit 2.69.1, SSR + hydration. A feed page renders a list of card components; a summary card is placed either at the top or further down depending on a time check, expressed as two sibling blocks gated on the same boolean: Each Card renders reactive text (a headline, a date…
Read more →
@ideal-rain-33