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
Describe the bug
If I manipulate weekPicker and pass a date in UTC format for specific timezone, and this timezone has difference with current timezone in future, then vueDatePicker select previous week and not current passed :
Start Date
End Date
Passed Timezone
Default Timezone
Status
2024-12-08T22:00:00.000Z
2024-12-16T21:59:59.999Z
Europe/Helsinki
Europe/Paris
🔴
2024-12-08T23:00:00.000Z
2024-12-16T22:59:59.999Z
Europe/Paris
Europe/Paris
🟢
Note : It works fine with others pickers
To Reproduce
Steps to reproduce the behavior:
Have your nabigator and system in a specific timezone (like Europe/Paris)
Choose a timezone hours ahead of your own (like Europe/Helsinki) and set it to the VueDatePicker
Set mode to week-picker
Select a week
VueDatePicker select previous week but return correct week date
Expected behavior
VueDatePicker select and return correct week date
Screenshots
As you can see in my datePicker if I try to select a specific week in the case Timezone not same as navigator :
Desktop & mobile (please complete the following information):
Browser chrome
Library version 10.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
If I manipulate weekPicker and pass a date in UTC format for specific timezone, and this timezone has difference with current timezone in future, then vueDatePicker select previous week and not current passed :
Note : It works fine with others pickers
To Reproduce
Steps to reproduce the behavior:
week-picker
Expected behavior
VueDatePicker select and return correct week date
Screenshots
As you can see in my datePicker if I try to select a specific week in the case Timezone not same as navigator :
Desktop & mobile (please complete the following information):
The text was updated successfully, but these errors were encountered: