nrf9160 date_time_now

hi: 

        date_time_update_async(NULL);
        err = date_time_now(&unix_time_ms);
        LOG_INF("Date_time: %i %i\n", (uint32_t)(unix_time_ms/1000000), (uint32_t)(unix_time_ms%1000000));    

 I use date_time_now to get this:

How will it be converted into UTC that we can recognize.

Parents Reply Children
No Data
Related