The get_fattime function gets current time.
DWORD get_fattime (void);
Currnet time is returned with packed into a DWORD value. The bit field is as follows:
The get_fattime() function must return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid time. This fucntion is not required in read only configuration.