You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: improve date formatting with better i18n support (#250)
This PR updates the date/time formatting to be locale-aware, supporting
i18n.
Previously, the format was hardcoded (e.g., YYYY-MM-DD), which did not
adapt to international users' preferences. Now, it uses the user's local
conventions to display dates and times.
Co-authored-by: eep <[email protected]>
0 commit comments