Searched refs:month (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/shared/ |
D | calendarspec.c | 54 chain_free(c->month); in calendar_spec_free() 165 normalize_chain(&c->month); in calendar_spec_normalize() 224 if (!chain_valid(c->month, 1, 12, false)) in calendar_spec_valid() 359 format_chain(f, 2, c->month, false); in calendar_spec_to_string() 584 *year = NULL, *month = NULL, *day = NULL, in calendarspec_from_time_t() 599 r = const_chain(tm.tm_mon + 1, &month); in calendarspec_from_time_t() 621 c->month = TAKE_PTR(month); in calendarspec_from_time_t() 786 c->month = TAKE_PTR(first); in parse_date() 808 c->month = TAKE_PTR(second); in parse_date() 995 r = const_chain(1, &c->month); in calendar_spec_from_string() [all …]
|
D | calendarspec.h | 28 CalendarComponent *month; member
|
/systemd-251/docs/ |
D | ENVIRONMENT.md | 83 are understood, too (us, ms, s, min, h, d, w, month, y). If it is not set or set
|
/systemd-251/ |
D | NEWS | 7293 specifications relative to the end of a month by using "~" instead of 7294 "-" as separator between month and day. For example, "*-02~03" means 12959 or fifth day of any month of the year 2013, given that it is
|