After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 331810 - Nautilus Shows Bad Date/TIme for Images in Properties
Nautilus Shows Bad Date/TIme for Images in Properties
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: File Properties Dialog
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-02-19 20:46 UTC by Pat Suwalski
Modified: 2006-05-01 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to correct DateTime behaviour. (1.88 KB, patch)
2006-02-19 20:48 UTC, Pat Suwalski
committed Details | Review

Description Pat Suwalski 2006-02-19 20:46:03 UTC
When one goes to the properties page for an image with exif information, the Date and Time given are those from the exif "DateTime" tag, which holds the most recent modification time, according to the spec and f-spot's behaviour.

It would be better if it showed the most pertinent Time information, namely, when an image/photo was taken, as that is what the current "Date Taken" label implies.

CC'ing lewing as he showed some interest in this.
Comment 1 Pat Suwalski 2006-02-19 20:48:27 UTC
Created attachment 59735 [details] [review]
Patch to correct DateTime behaviour.

This patch shows the DateTime in the following order:
 - DateTime originally taken
 - If not present, DateTime digitized
 - If not present, DateTime modified (DateTime)

I have tested it and it works quite well with all of my images.
Comment 2 Martin Wehner 2006-04-07 21:41:45 UTC
Comment on attachment 59735 [details] [review]
Patch to correct DateTime behaviour.

It looks good. We have to wait for a new branch for the strings though.
Comment 3 Martin Wehner 2006-05-01 09:38:04 UTC
Comment on attachment 59735 [details] [review]
Patch to correct DateTime behaviour.

It's on HEAD:

2006-05-01  Martin Wehner  <martin.wehner@gmail.com>

	* src/nautilus-image-properties-page.c: (append_tag_value_pair),
	(append_exifdata_string):
	Prefer "Date Taken" and "Date Digitized" over "Date Modified" when
	deciding which date to show from image metadata. (#331810)

	Patch from Pat Suwalski <pat@suwalski.net>