thur2             382 maint/gnulib/tests/test-parse-datetime.c       unsigned int thur2 = 7 * 24 * 3600; /* 2nd thursday */
thur2             385 maint/gnulib/tests/test-parse-datetime.c       now.tv_sec = thur2 + 4711;
thur2             390 maint/gnulib/tests/test-parse-datetime.c       ASSERT (result.tv_sec == thur2 + (i == 4 ? 7 : (i + 3) % 7) * 24 * 3600);
thur2             393 maint/gnulib/tests/test-parse-datetime.c       now.tv_sec = thur2 + 4711;
thur2             398 maint/gnulib/tests/test-parse-datetime.c       ASSERT (result.tv_sec == thur2 + ((i + 3) % 7 - 7) * 24 * 3600);