nRF Connect SDK API 2.8.99
|
void lwm2m_carrier_time_read | ( | int32_t * | utc_time, |
int * | utc_offset, | ||
const char ** | tz ) |
#include <lib/bin/lwm2m_carrier/include/lwm2m_carrier.h>
Read all time parameters.
Input NULL for the parameters to ignore.
__weak
implementation is included inside the LwM2M carrier library which will read the time from modem.[out] | utc_time | Pointer to time since Epoch in seconds. |
[out] | utc_offset | Pointer to UTC offset in minutes. |
[out] | tz | Pointer to null-terminated timezone string pointer. |