On Fri, Sep 2, 2016 at 1:36 PM, Bradley White <bww@acm.org> wrote:
On Fri, Sep 2, 2016 at 1:31 PM, Bradley White <bww@acm.org> wrote:
Aside: It would be unfortunate, for any expression X, if ((X + 500ms) - (X - 500ms)) was not 1000ms.

I missed a call there, oops.  (f(X + 500ms) - f(X - 500ms)) I can say nothing about.

Just like a "right" tz's (time2posix(t + 1) - time2posix(t - 1)) does not necessarily return 2.