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.