nRF Connect SDK API 2.8.99
|
int date_time_uptime_to_unix_time_ms | ( | int64_t * | uptime | ) |
#include <include/date_time.h>
Get the date time UTC when the passing variable uptime was set. This function requires that k_uptime_get() has been called on the passing variable uptime prior to the function call. In that case the uptime will not be too large or negative.
[in,out] | uptime | Pointer to a previously set uptime. |