ctdbUnixTimeToDateTime
Converts a unix time epoch (time_t) into a CTDATETIME type value.
Declaration
CTDBRET ctdbDECL ctdbUnixTimeToDateTime(time_t time, pCTDATETIME pDateTime, CTBOOL tolocaltime)
Description
ctdbUnixTimeToDateTime() converts a unix time_t value into a CTDATETIME type value.
Parameters:
Return Values
Returns: Return CTDBRET_OK on success