Re: [PATCH] pretty: Provide a strict ISO8601 date format
From: Junio C Hamano <hidden> Date: 2016-06-15 23:02:23
Scott Schmit [off-list ref] writes:
+00:30 because zero can't be negative in two's complement arithmetic.
Yet to meet negative zero yet myself ;-)
The "-30 / 100 = 0" part didn't click for some reason. Sorry for the
noise.
That's OK. You are not the only one who didn't get this right the
first time. The important thing is that we get it right in the
version we will use in the final product.
Thanks.