#include "common.h"
#include <time.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 | |
time_t | fileTimeToUnixTime (const FILETIME *filetime, DWORD *remainder) |
char * | fileTimeToAscii (const FILETIME *filetime) |
tm * | fileTimeToStructTM (const FILETIME *filetime) |
|
Definition at line 17 of file timeconv.c. References fileTimeToUnixTime(). Referenced by pst_process(). |
Here is the call graph for this function:
|
Definition at line 24 of file timeconv.c. References fileTimeToUnixTime(). Referenced by pst_rfc2425_datetime_format(), and pst_rfc2445_datetime_format(). |
Here is the call graph for this function:
|
Definition at line 37 of file timeconv.c. References FILETIME::dwHighDateTime, FILETIME::dwLowDateTime, and UINT32. Referenced by fileTimeToAscii(), fileTimeToStructTM(), and write_normal_email(). |