From: Jeff King Date: Sun, 4 Jul 2010 10:48:35 +0000 (-0400) Subject: t0006: test timezone parsing X-Git-Tag: v1.7.2-rc2~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6b097788f88a29d6e171af7a9e87117cf992e833?ds=inline;hp=6b097788f88a29d6e171af7a9e87117cf992e833 t0006: test timezone parsing Previously, test-date simply ignored the parsed timezone and told show_date() to use UTC. Instead, let's print out what we actually parsed. While we're at it, let's make it easy for tests to work in a specific timezone. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---