docs(user): document the per-viewer display time zone - #312
Merged
Conversation
Contributor
|
Surge PR preview deployment succeeded. View it at https://ricochet-rs-docs-pr-312.surge.sh |
The time zone every log timestamp is rendered in comes from the browser and can be overridden in Profile, so document it as a user setting rather than a server configuration key.
pat-s
force-pushed
the
docs/timezone-configuration
branch
from
August 12, 2026 06:59
1758b43 to
7651998
Compare
Member
Author
|
Merging so it's up-to-date with v0.17.0. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Document the time zone every log timestamp is rendered in, which comes from the viewer's browser and can be overridden in Profile → Time Zone.
Details
Rewritten to follow ricochet-rs/ricochet#1238, which shipped the feature. The earlier version of this PR documented a top-level
timezoneconfig key from ricochet-rs/ricochet#1233, which was closed unmerged. No such key exists onmain, so the admin configuration page and itsLinkCardare gone.New page
src/content/docs/dev/user/time-zone.mdx, listed in the sidebar under User right after Quickstart, covers:timezonecookie for a year, then the zone the browser reports, thenUTC.tzdatafor it to be available.Verification
bun run build:astrocompletes, 270 pages build, and Starlight's link validation passes, including the new/dev/user/time-zone/route and its outbound link to the scheduling page.prek run --all-filesis clean andscripts/semantic-breaks.mjsreports no changes needed.