REL_CHECK
REL_CHECK("yesterday", now, tm);
REL_CHECK("tomorrow", now, tm);
REL_CHECK("this thursday", now, tm);
REL_CHECK("next sunday", now, tm);
REL_CHECK("last friday 4 p.m.", now, tm);
REL_CHECK("we fortnight 3 a.m.", now, tm);
REL_CHECK("5 minutes ago", now, tm);
REL_CHECK("97 minutes", now, tm);
REL_CHECK("month", now, tm);
REL_CHECK("next month", now, tm);
REL_CHECK("last month", now, tm);
REL_CHECK("+6 months 2 days", now, tm);
REL_CHECK("9 months ago", now, tm);
REL_CHECK("1 week ago Tu", now, tm);
REL_CHECK("midnight tomorrow", now, tm);
REL_CHECK("tomorrow midnight", now, tm);
REL_CHECK("noon tomorrow", now, tm);
REL_CHECK("midnight Tuesday", now, tm);
REL_CHECK("Tuesday midnight", now, tm);