| 561 | MONTH_NTH_DAY_OF_WEEK /* Mm.n.d = month, week, day of week */ |
| 562 | }; |
| 563 | |
| 564 | struct rule { |
| 565 | enum r_type r_type; /* type of rule */ |
| 566 | int r_day; /* day number of rule */ |
| 567 | int r_week; /* week number of rule */ |
| 568 | int r_mon; /* month number of rule */ |
| 569 | int_fast32_t r_time; /* transition time of rule */ |
| 570 | }; |
| 571 | |
| 572 | static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t, |
nothing calls this directly
no outgoing calls
no test coverage detected