Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROU-11179: DatePicker - Fix an issue when used at certain time zones #995

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

joselrio
Copy link
Contributor

This PR will fix an issue related with certain time zones.

What was happening

  • When used at Pacific time zone (for example) dates do not map to the given ones.

Screenshot 2024-09-25 at 08 44 32

Screenshot 2024-09-25 at 16 45 28

What was done

  • This was related with the format of the given platform string date, containing "-" as separator instead of "/", new Date() JS function was returning a wrong date because of that.

Screenshot 2024-09-25 at 09 02 30

@joselrio joselrio requested a review from a team as a code owner September 25, 2024 16:03
Copy link

@joselrio joselrio merged commit ee64406 into dev Sep 26, 2024
11 of 14 checks passed
@joselrio joselrio deleted the ROU-11179 branch September 26, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants