I restarted my immich server yesterday from scratch and began uploading from sources using immich-go. I need some help getting a video's metadata/date changed. In the chrome dev tools network tab, I can see this:
"modifyDate": "2017-09-21T21:11:40.000Z",```
but updating the date in the "Details" pane never changes the date from 2038.
The PUT API request says "200 OK" with the payload `{"dateTimeOriginal":"2017-06-1T13:20:00.000Z"}` (I did in fact mis-type the month here, reflected in the screenshot)
.