Re: [PATCH v3 08/11] date: check for "local" before anything else

2015-09-03 Thread Junio C Hamano
John Keeping writes: > In a following commit we will make "local" orthogonal to the format. > Although this will not apply to "relative", which does not use the > timezone, it applies to all other formats so move the timezone > conversion to the start of the function. "local" is a request to sho

[PATCH v3 08/11] date: check for "local" before anything else

2015-09-03 Thread John Keeping
In a following commit we will make "local" orthogonal to the format. Although this will not apply to "relative", which does not use the timezone, it applies to all other formats so move the timezone conversion to the start of the function. Signed-off-by: John Keeping --- date.c | 6 +++--- 1 fil