Project

General

Profile

Bug #95122

Updated by Stefan P 2 months ago

h2. Updated description 

 TYPO3 indexes a file's @mtime@ into sys_file.modification_date, which is correct. The correct.The @mtime@ = modification time of file content. 
 TYPO3 indexes a file's @ctime@ into sys_file.creation_date, which is *wrong* . The @ctime@ = *_change_* time of the file node (including name, access modifiers, and content). 

 ctime >= mtime, basically always. 

 The "c" stands for "change", not "creation". 

 TYPO3 also labels this creation_date field in the backend as "Creation time", which is wrong, as i contains, semantically, the filesystem change time of the file. 

 h2. Original ticket Description 

 Hey guys, 

 It seems that create date and Last modified date in FAL is reversed (info and ref view.) Checked it in TYPO3 7/8/10. 

 Cheers, 

 Andrea

Back