Frontend/i18n: Default localizeDateTime to the browser's timezone.#8124
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR makes a small frontend date-formatting cleanup so most dates default to the browser's timezone without needing an explicit parameter. While it may slightly improve consistency of displayed dates, it is a minor implementation change rather than a clearly noticeable end-user feature, significant UX improvement, or major technical infrastructure change. 🤖 Bot Debug InformationModel: |
Per @aapeliv's feedback. I was unconvinced by my own argument. :)
Left the explicit
BROWSER_TIMEZONEin places where it's calling out #8064Testing
Compared invite code dates on localhost vs next, they're the same.
Web frontend checklist
For maintainers