mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-12-07 19:59:07 +00:00
Add timezone to exif entity (#1894)
* Add timezone to exif entity * Refactor logging --------- Co-authored-by: Andrea Alemani <andrea.alemani94@gmail.com>
This commit is contained in:
@@ -3537,6 +3537,11 @@
|
||||
"nullable": true,
|
||||
"default": null
|
||||
},
|
||||
"timeZone": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
"default": null
|
||||
},
|
||||
"lensModel": {
|
||||
"type": "string",
|
||||
"nullable": true,
|
||||
|
||||
Reference in New Issue
Block a user