Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/services/
Dcts.c48 date_time.tm_wday = ct_time->wday % 7; /* for sundays convert to 0, else keep same */ in bt_cts_time_to_unix_ms()
98 ct_time->wday = date_time.tm_wday; in bt_cts_time_from_unix_ms()
99 if (ct_time->wday == 0) { in bt_cts_time_from_unix_ms()
100 ct_time->wday = 7; /* sunday is represented as 7 */ in bt_cts_time_from_unix_ms()
/Zephyr-latest/include/zephyr/bluetooth/services/
Dcts.h51 uint8_t wday; member
/Zephyr-latest/scripts/ci/
Dversion_mgr.py116 wday = datetime.today().strftime('%A')
117 if wday == 'Monday':