Hi Jan,
Jan Stary wrote on Mon, Oct 27, 2014 at 07:32:22PM +0100:
> Reading strftime.c I came across this:
>
> #ifdef KITCHEN_SINK
> case 'K':
> /*
> ** After all this time, still unclaimed!
> */
> pt = _add("kitchen sink", pt, ptlim);
> continue;
> #endif /* defined KITCHEN_SINK */
>
> Is there a back story to that?
Not sure, but:
https://github.com/eggert/tz/commit/41122a78e6401b7f693e95e23b377a1a24de5a5b
Arthur David Olson might remember what his commit message
"System V compatible" meant.
Yours,
Ingo