uiv
uiv copied to clipboard
Dropdown.vue has a side effect of adjusting local time to UTC
It seems the date picker component adjusts the date model to UTC if there is a a non zero time on your Date object v-model
This could cause confusion when a user is relying also on the time portion of the date v-model to be maintained.
I dont remember why this logic exist, but looks like it has something to do with limit-to and limit-from.
If it feels confution to you, welcome to raise a PR.