gcfavorites / fxif

Automatically exported from code.google.com/p/fxif
0 stars 0 forks source link

Date has colon separator instead of dot #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Select a picture
2. Right Click and Select Exif Data
3. Date and Time is shown as "2009:08:24 12:42:33"

What is the expected output? What do you see instead?
I expect dot character between at the part with the date and not a colon.

What version of the product are you using? On what operating system?
0.4.1 at Windows 7 with Firefox 3.6.3

Please provide any additional information below.
Samsung Electronics S8300 or
Canon DIGITAL IXUS 50
are both showing the date with colons for the date.
Checked for other pictures and it seems to be for all of them.

Original issue reported on code.google.com by music6942@yahoo.com on 29 May 2010 at 6:51

GoogleCodeExporter commented 9 years ago
This is because it's a pure text field from EXIF and displayed uninterpreted.
Dates from IPTC and XMP are shown formatted to the current locales settings.
I'll fix this for 0.4.3.

Original comment by cueyr...@gmail.com on 4 Nov 2010 at 7:09

GoogleCodeExporter commented 9 years ago
I’ve made a change for the next version so dates from binary EXIF are 
formatted like those from IPTC and XMP. I.e. with a hyphen and order of 
YYYY-MM-DD (e.g. 2010-11-06) as recommended in ISO 8601.
So no dots, no slashes, no different order – the times of local date 
formatting are over.

It’s now also displayed that dates from binary EXIF fields come without a 
timezone information.

Original comment by cueyr...@gmail.com on 6 Nov 2010 at 1:36