openHiTLS API openHiTLS 0.1.0-Alpha1

◆ BSL_SAL_UtcTimeToDateConvert()

uint32_t BSL_SAL_UtcTimeToDateConvert ( int64_t  utcTime,
BSL_TIME sysTime 
)

Convert the date in the BslUnixTime format to the BslSysTime format.

Convert the date in the BslUnixTime format to the BslSysTime format.

注意
none
参数
utcTime[IN] UTC time
sysTime[OUT] BslSysTime Time
返回值
BSL_SUCCESS,timeis converted successfully
BSL_SAL_ERR_BAD_PARAM,thevalue of utcTime exceeds the upper limit or the value of sysTime is null.