From: John Keeping Date: Thu, 3 Sep 2015 21:48:58 +0000 (+0100) Subject: date: check for "local" before anything else X-Git-Tag: v2.7.0-rc0~142^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dc6d782c5d2526b251061daffc3e74d15c8c7095?ds=sidebyside;hp=dc6d782c5d2526b251061daffc3e74d15c8c7095 date: check for "local" before anything else 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 Signed-off-by: Junio C Hamano ---