Adding categories messes with create date

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
User avatar
orbspider
Posts: 170
Joined: Tue May 22, 2012 5:42 pm
Location: Malayan jungle
Contact:

Adding categories messes with create date

Post by orbspider »

It appears that the exif and create date are getting altered by adding categories.

1. add category to files
2. sort by create date,
->files move to end of list.
3. properties > create date (is changed to today's)

Earlier I found that adding a category and sort by exif date,
->files move to top of list
but the exif date is not altered. However I can't reproduce it right now!

I don't think the create date should be effected by adding categories, right?
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Adding categories messes with create date

Post by xnview »

EXIF date is not modified, for created date, settings>General>File operations>Embedded metadata is checked?
Pierre.
User avatar
orbspider
Posts: 170
Joined: Tue May 22, 2012 5:42 pm
Location: Malayan jungle
Contact:

Re: Adding categories messes with create date

Post by orbspider »

Yes it is checked.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Adding categories messes with create date

Post by xnview »

orbspider wrote:Yes it is checked.
are you able to reproduce it?
Pierre.
User avatar
orbspider
Posts: 170
Joined: Tue May 22, 2012 5:42 pm
Location: Malayan jungle
Contact:

Re: Adding categories messes with create date

Post by orbspider »

Oui, je peux.

1. copy files to a new folder
2. select sort by Create date
3. select 1st file
4. add a category and apply it
5. press F5
6. file jumps to end of list
7. Open Info pane - Creation date/time: it has changed to today's
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Adding categories messes with create date

Post by xnview »

i can't reproduce, on which windows? jpeg?
Pierre.
User avatar
orbspider
Posts: 170
Joined: Tue May 22, 2012 5:42 pm
Location: Malayan jungle
Contact:

Re: Adding categories messes with create date

Post by orbspider »

Linux Debian 64bit, jpegs
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Adding categories messes with create date

Post by xnview »

orbspider wrote:Linux Debian 64bit, jpegs
ok, right. Currently on linux i don't know how to change the creation date/time
Pierre.
baptiste
Posts: 2
Joined: Mon Nov 10, 2014 10:10 am

Re: Adding categories messes with create date

Post by baptiste »

On Unix there is no such thing as "creation time". There are 3 time values :
- ctime: last time file metadata (name, time, attributes, ACL, ...) was modified
- atime: last time the file content was accessed
- mtime: last time the file content was modified

"ctime" is frequently wrongly documented, including in several Unix variants man pages.
Post Reply