Searched refs:unix_ts (Results 1 – 1 of 1) sorted by relevance
68 time_t unix_ts = unix_ms / MSEC_PER_SEC; in bt_cts_time_from_unix_ms() local77 LOG_DBG("CTS Read Unix: %lld", unix_ts); in bt_cts_time_from_unix_ms()79 if (gmtime_r(&unix_ts, &date_time) == NULL) { in bt_cts_time_from_unix_ms()