#include "common.h"
Include dependency graph for timeconv.h:
Go to the source code of this file.
Functions | |
char * | pst_fileTimeToAscii (const FILETIME *filetime, char *result) |
Convert a FILETIME to ascii printable local time. | |
void | pst_fileTimeToStructTM (const FILETIME *filetime, struct tm *result) |
Convert a FILETIME to unix struct tm. | |
time_t | pst_fileTimeToUnixTime (const FILETIME *filetime) |
Convert a FILETIME to unix time_t value. |
|
Convert a FILETIME to ascii printable local time.
|
|
Convert a FILETIME to unix struct tm.
|
|
Convert a FILETIME to unix time_t value.
|