Open
Description
When the index is created by photoidx create
, the createdate
attribute of the images is initialized from get_date_time()
from the photo's exif data. But this yields a naive datetime
object, without any time zone information. Should also try to get the time zone information from the exif data and set it in createdate
.
However, I'm not sure if there is any standard exif field where this is stored. This might result in a vendor specific solution that only works for some camera models.