I trying to use this code to get creation date of a dll file
//echo -a $asctime($file($mircdirscripts\system files\dlls\dcx.dll).ctime,dd/mm/yy hh:nn tt)
and it return 26/09/11 06:04 pm
but if i read the properties of the file i get the information
26 September 2011, 7:04:54 pm, as you see the code return the wrong information (the time), how can i correct this?