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
I’ve implemented a feature with the help of your package and it works perfectly across all platforms except for MacOS web. When building the app for Chrome on MacOS in debug mode, I’m encountering an issue where the time format is not being returned correctly. While the date format is retrieved as expected, the time format is always returned as h:mm regardless of the actual time settings on the system.
For reference, here is the output of the time format on MacOS web (as seen in the attached image):
However, the actual time format set on my Mac is as follows:
As you can see, the correct format should display a 24-hour clock (HH:mm), but the output always defaults to a 12-hour format (h:mm), even though the system is configured otherwise. I’ve ensured that the date format is correctly retrieved, but this issue seems to be specific to the time format on MacOS web builds. Any insights or suggestions on how to resolve this discrepancy would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I’ve implemented a feature with the help of your package and it works perfectly across all platforms except for MacOS web. When building the app for Chrome on MacOS in debug mode, I’m encountering an issue where the time format is not being returned correctly. While the date format is retrieved as expected, the time format is always returned as h:mm regardless of the actual time settings on the system.
For reference, here is the output of the time format on MacOS web (as seen in the attached image):
However, the actual time format set on my Mac is as follows:
As you can see, the correct format should display a 24-hour clock (HH:mm), but the output always defaults to a 12-hour format (h:mm), even though the system is configured otherwise. I’ve ensured that the date format is correctly retrieved, but this issue seems to be specific to the time format on MacOS web builds. Any insights or suggestions on how to resolve this discrepancy would be greatly appreciated.
The text was updated successfully, but these errors were encountered: