31 #ifndef CPL_TIME_H_INCLUDED
32 #define CPL_TIME_H_INCLUDED
38 struct tm CPL_DLL * CPLUnixTimeToYMDHMS(
GIntBig unixTime,
struct tm* pRet);
39 GIntBig CPL_DLL CPLYMDHMSToUnixTime(
const struct tm *brokendowntime);
41 #endif // CPL_TIME_H_INCLUDED
long long GIntBig
Definition: cpl_port.h:250