Signed-off-by: J William Piggott <elseifthen@gmx.com>
size_t dsts_seen;
size_t times_seen;
size_t zones_seen;
- size_t year_seen;
/* 1 if the user specified explicit ordinal day value, */
int ordinal_day_seen;
{
if (pc->dates_seen && ! pc->year.digits
&& ! pc->rels_seen && (pc->times_seen || 2 < text_int.digits)) {
- pc->year_seen++;
pc->year = text_int;
} else {
if (4 < text_int.digits) {
pc.local_zones_seen = 0;
pc.dsts_seen = 0;
pc.zones_seen = 0;
- pc.year_seen = 0;
pc.ordinal_day_seen = 0;
#if HAVE_STRUCT_TM_TM_ZONE