David Holland writes:
> Well, it treats "this Sunday" as 6 days away. It apparently thinks
> "this X" is in the next seven days and "next X" is the week past that.
>
> That is not entirely crazy, though it's not really consistent with the
> conventional usage I know... but that usage isn't well
On Thu, Dec 31, 2015 at 04:14:52PM -0500, Greg Troxel wrote:
> > When evaluated on a Sunday, "next Sunday" means 7 days in the future,
> > not 14. When evaluated on a Monday, it apparently means 13 days in the
> > future. There's not exactly a spec for parsedate.y, so conform to the
> > impleme
"David A. Holland" writes:
> Module Name: src
> Committed By: dholland
> Date: Thu Dec 31 10:18:00 UTC 2015
>
> Modified Files:
> src/tests/lib/libutil: t_parsedate.c
>
> Log Message:
> When evaluated on a Sunday, "next Sunday" means 7 days in the future,
> not 14. When evaluated