Home
last modified time | relevance | path

Searched refs:TIME_UTILS_BASE_YEAR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dtimeutil.h41 #define TIME_UTILS_BASE_YEAR 1900 macro
/Zephyr-latest/subsys/bluetooth/services/
Dcts.c42 date_time.tm_year -= TIME_UTILS_BASE_YEAR; in bt_cts_time_to_unix_ms()
82 date_time.tm_year += TIME_UTILS_BASE_YEAR; in bt_cts_time_from_unix_ms()
/Zephyr-latest/lib/utils/
Dtimeutil.c47 int64_t y = TIME_UTILS_BASE_YEAR + (int64_t)tm->tm_year; in timeutil_timegm64()