Browser timezone synced to user_settings["user_timezone"] on every login/page load
Briefing scheduler reads from user_timezone setting; briefing_config.timezone kept as fallback only
LLM context falls back to stored user_timezone when not sent in request (covers MCP/API calls)
Removed timezone field from BriefingConfig interface and all briefing UI — no longer a manual setting
## Summary
- Browser timezone synced to `user_settings["user_timezone"]` on every login/page load
- Briefing scheduler reads from `user_timezone` setting; `briefing_config.timezone` kept as fallback only
- LLM context falls back to stored `user_timezone` when not sent in request (covers MCP/API calls)
- Removed `timezone` field from `BriefingConfig` interface and all briefing UI — no longer a manual setting
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
user_settings["user_timezone"]on every login/page loaduser_timezonesetting;briefing_config.timezonekept as fallback onlyuser_timezonewhen not sent in request (covers MCP/API calls)timezonefield fromBriefingConfiginterface and all briefing UI — no longer a manual setting