#include "common.h"
Include dependency graph for timeconv.h:
This graph shows which files directly or indirectly include this file:
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.
Definition at line 5 of file timeconv.c. References pst_fileTimeToUnixTime(). |
Here is the call graph for this function:
|
Convert a FILETIME to unix struct tm.
Definition at line 12 of file timeconv.c. References pst_fileTimeToUnixTime(). |
Here is the call graph for this function:
|
Convert a FILETIME to unix time_t value.
Definition at line 19 of file timeconv.c. References FILETIME::dwHighDateTime, and FILETIME::dwLowDateTime. Referenced by pst_fileTimeToAscii(), pst_fileTimeToStructTM(), and write_normal_email(). |