Searched refs:ptm (Results 1 – 1 of 1) sorted by relevance
611 struct tm *ptm; in apply_time_profile() local616 ptm = localtime(&tv.tv_sec); in apply_time_profile()618 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", ptm); in apply_time_profile()622 if (ptm->tm_hour == pol->pkt.timer_policy.busy_hours[x]) { in apply_time_profile()630 } else if (ptm->tm_hour == in apply_time_profile()639 } else if (ptm->tm_hour == in apply_time_profile()