F-Spot is not digiKam in the order to handle Exif date.<br><br>Exiv2 give a low level access to informations from metadata without sort it<br><br>digiKam use an interface to do it named libkexiv2. F-spot do not use this interface.
<br><br>If you take a look into my code from libkexiv2, you can find this method <br><br>    /** Return the time stamp of image. Exif information are check in first, IPTC in second <br>        if image don't have Exif information. If no time stamp is found, a null date is returned. */
<br>    QDateTime getImageDateTime() const;<br><br>Gilles<br><br><div><span class="gmail_quote">2007/3/15, Dotan Cohen <<a href="mailto:dotancohen@gmail.com">dotancohen@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 15/03/07, Gilles Caulier <<a href="mailto:caulier.gilles@gmail.com">caulier.gilles@gmail.com</a>> wrote:<br>> I recommend you to try the last 0.13 stable release<br>><br>> Gilles<br>><br><br>Thanks, Gilles. 
0.13 is not available in the FC repos, and I don't<br>want to break anything by installing the tarball. However, as DigiKam<br>does see the correct date (as do other apps such as F-Spot that use<br>exiv2) I doubt that is the problem.
<br><br>Dotan Cohen<br><br><a href="http://lyricslist.com/lyrics/lyrics/160/416/queen/hot_space.html">http://lyricslist.com/lyrics/lyrics/160/416/queen/hot_space.html</a><br><a href="http://what-is-what.com/what_is/unix.html">
http://what-is-what.com/what_is/unix.html</a><br>_______________________________________________<br>Digikam-users mailing list<br><a href="mailto:Digikam-users@kde.org">Digikam-users@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/digikam-users">
https://mail.kde.org/mailman/listinfo/digikam-users</a><br></blockquote></div><br>