Page 1 of 1

850 - Bug with attributes/timestamp for created and modified attributes

Posted: 25.08.2021, 16:43
by stephen147
When importing timestamps from a file that contains this:

Code: Select all

# FreeCommander - Timestamps "Modified" from Z:\Docs\My Pictures - Videos
MOV_0392.mp4=2014-07-05 20:25:10
MOV_0395.mp4=2014-07-05 20:36:36
MOV_0397.mp4=2014-07-05 21:17:34
I get the error '' is not a valid date and time' when I Set the timestamps as saved in the file.

This only seems to be a bug when this option is enabled.

Re: 850 - Bug with attributes/timestamp for created and modified attributes

Posted: 25.08.2021, 20:04
by Marek
You have saved only one timestamp in the file but you have tried to set two timestamps at once.
The second timestamp does not exists and cause the error message.
In your case you must run the function 2x: for Created and for Modified.

Re: 850 - Bug with attributes/timestamp for created and modified attributes

Posted: 25.08.2021, 20:50
by stephen147
Thanks, I thought that it would use the same date.

I'll keep that in mind for again.