Arkisto-Platform / describo-online

https://describo.github.io
GNU General Public License v3.0
7 stars 2 forks source link

Fix the selected date shown by datepicker in Date.component.vue #26

Closed juriroemer closed 2 years ago

juriroemer commented 2 years ago

See https://github.com/Sciebo-RDS/describo-online/issues/1

Also, what is the intended behavior for the datepicker? The function startOfDay does not return the start of day as I (personally) would expect in this context, but the local start of the day, converted to UTC, see here. This might be intended behavior and not in issue, it just had me wondering.