Joshua Uziel
Joshua Uziel
I'm seeing the same problem. Tried with Chrome, Firefox and DuckDuckGo. All on a Mac running MacOS Sonoma: The display of the months is off by one... if I click...
Here's a sample video of the interaction right form the naiveui website: https://github.com/tusen-ai/naive-ui/assets/25475/c61db867-8188-48b6-afea-65f0d861d3db You can see that after I select a month, that the month is off by one.
As you can see, I made a pull request for the issue. The problem is a timezone/locale mismatch. The code was getting a UTC-based timestamp and then using a locale-based...