Searched refs:wday (Results 1 – 3 of 3) sorted by relevance
48 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()
51 uint8_t wday; member
116 wday = datetime.today().strftime('%A')117 if wday == 'Monday':