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
Core portability definitions for CPL.