Added time conversion during FSA_EXAMINE* and FSA_SET_DATE to make it consistent...
commitb779c29be1f06fe26dfde41db550896cea350423
authorsszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2008 23:08:41 +0000 (25 23:08 +0000)
committersszymczy <sszymczy@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Mon, 25 Aug 2008 23:08:41 +0000 (25 23:08 +0000)
treef75d041ba6d4a357f9c34a5983b1082417cafbd7
parent1f14f983d86af750da196621254401c0fcd1a63e
Added time conversion during FSA_EXAMINE* and FSA_SET_DATE to make it consistent with file creation times and current AROS time read from the parent operating system. AROS internal time zone is not taken into account in conversion at this moment.

Filesystem object modification time read during FSA_EXAMINE* was changed from st_ctime to st_mtime. Reason for that is that st_ctime is modified also during operations on filesystem objects that don't change the file contents (like changing the owner or file mode) while st_mtime is changed only during file contents modification.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@29256 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-unix/devs/filesys/emul_handler/emul_handler.c