MCPcopy Create free account
hub / github.com/eggert/tz / rule

Class rule

localtime.c:563–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 MONTH_NTH_DAY_OF_WEEK /* Mm.n.d = month, week, day of week */
562};
563
564struct 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
572static struct tm *gmtsub(struct state const *, time_t const *, int_fast32_t,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected