commit | 6b097788f88a29d6e171af7a9e87117cf992e833 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Sun Jul 04 06:48:35 2010 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 05 11:54:50 2010 -0700 |
tree | 84766fade9042215098fedba4aa698b6190dee51 | |
parent | 2c64034491e302fa12ac86365dd872d9a75dc855 [diff] |
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>