fix: time zone upserts (#25889)

This commit is contained in:
Daniel Dietzler
2026-02-05 18:43:03 +01:00
committed by GitHub
parent 27a2808470
commit 9c098109e0
7 changed files with 69 additions and 7 deletions
+1
View File
@@ -361,6 +361,7 @@ const assetSidecarWriteFactory = () => {
latitude: 12,
longitude: 12,
dateTimeOriginal: '2023-11-22T04:56:12.196Z',
timeZone: 'UTC-6',
} as unknown as Exif,
};
};