Wrong capture time on the widget
The widget displays the image's capture time :

I see several problems:
- We don't know which time it is (local, UTC ?)
- If this time depends on this part of the code, it means the displayed time depends on the browser local time ( https://gitlab.com/geovisio/web-viewer/-/blob/develop/src/viewer/Widgets.js?ref_type=heads#L399 )
- It looks like the code always try to convert the time from UTC to local time, even though the time input isn't UTC. Example : https://panoramax.openstreetmap.fr/#background=streets&date_from=2024-01-01&focus=meta&map=19.64/46.6979489/-1.9374895&pic=5b0d85e6-504f-4640-83ab-33380352b868&pic_type=equirectangular&speed=250&theme=default&xyz=347.74/-2.74/30 In this picture, there is no GPSTimeStamp available, only the DateTimeOriginal, without any timezone information, but use it as an UTC timestamp, and add 1 hour, even though it's already the local time.