GNOME Bugzilla – Bug 518172
Wrong time when importing twice
Last modified: 2008-03-14 09:46:12 UTC
F-Spot normalizes the photo's time to UTC based on the computer's time zone. This is fine, but it also looks like F-Spot writes the normalized datetime to exif, and then if I would re-import the photo the time would be pushed further past UTC. For example, I am in GMT-8, so if I take a picture at 14:30, and import it, F-Fpot will normalize it to 6:30, but if I re-import the file from F-Spot's photo dir into a new installation, It adjusts the time 8 hours further, so now the photo is dated at 22:30 from the previous day.
until TimeZone support will be included in f-spot there's no way to avoid this. this is not a new bug, but a well known one. can we mark as dup of bug 340903?
I see this problem as much easier to solve than bug 340903. At import time F-Spot should look at the EXIF "Software" field. If it is "f-spot", and if it is a version that is known to adjust the EXIF date - don't adjust it further. If "f-spot" doesn't appear, adjust time to UTC. Simple!
this is a workaround, not a solution. if in the meantime i change or erase the exif data then your check would fail.
*** This bug has been marked as a duplicate of 340903 ***