Skip to content

fix(frontend): resolve getDateTimeFormatter issue#2130

Merged
marrouchi merged 2 commits into
mainfrom
fix/frontend-get-date-time-formatter-issue
Jul 15, 2026
Merged

fix(frontend): resolve getDateTimeFormatter issue#2130
marrouchi merged 2 commits into
mainfrom
fix/frontend-get-date-time-formatter-issue

Conversation

@yassinedorbozgithub

Copy link
Copy Markdown
Collaborator

Screenshots

  • After the fix
image
  • Before the fix
image

Summary

Fixes an issue in getDateTimeFormatter that could produce incorrect or inconsistent date/time formatting under certain conditions. The implementation has been updated to ensure formatter creation behaves reliably across supported use cases.

Why

The previous implementation could lead to incorrect formatting behavior and inconsistencies in the UI. This change improves the reliability and predictability of date/time formatting throughout the frontend.

How to review

  • Review the changes in getDateTimeFormatter.
  • Verify that the formatter is created correctly for the supported locales and formatting options.
  • Check any components relying on this utility for potential regressions.

Validation

  • Verified that date/time values are formatted correctly in the affected UI.
  • Confirmed existing formatting behavior remains unchanged for unaffected scenarios.
  • Ran the relevant frontend tests and linting.

@yassinedorbozgithub yassinedorbozgithub self-assigned this Jul 15, 2026
@yassinedorbozgithub yassinedorbozgithub added the bug Something isn't working label Jul 15, 2026
@marrouchi
marrouchi merged commit 2449b19 into main Jul 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants