OELocalTime¶
bool OELocalTime(struct tm *timeinfo, time_t rawtime)
Convert the seconds since January 1st, 1970, rawtime
, into
the date and time timeinfo
. Returns false
if the
conversion fails.
bool OELocalTime(struct tm *timeinfo, time_t rawtime)
Convert the seconds since January 1st, 1970, rawtime
, into
the date and time timeinfo
. Returns false
if the
conversion fails.