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 int CPL_DLL CPLParseRFC822DateTime(
const char* pszRFC822DateTime,
50 #endif // CPL_TIME_H_INCLUDED Core portability definitions for CPL.
long long GIntBig
Large signed integer type (generally 64-bit integer type).
Definition: cpl_port.h:248