For anyone who needs to restore the original EXIF dates and times without restoring from backup, the following command should do it.
exiftool -r "-CreateDate>DateTimeOriginal" *.jpg (-r option for recursing into lower directories) Taken from this comment at Gnome Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=340903#c19 -- f-spot changes timestamp in an incorrect way https://bugs.launchpad.net/bugs/175191 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
