summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78db709)
raw | patch | inline | side by side (parent: 78db709)
author | Brandon Casey <drafnel@gmail.com> | |
Tue, 6 Jul 2010 23:34:20 +0000 (18:34 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 7 Jul 2010 16:13:17 +0000 (09:13 -0700) |
POSIX requires that both the timezone "standard" and "offset" be specified
in the TZ environment variable. This causes a problem on IRIX which does
not understand the timezone 'EST'.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
in the TZ environment variable. This causes a problem on IRIX which does
not understand the timezone 'EST'.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0006-date.sh | patch | blob | history |
diff --git a/t/t0006-date.sh b/t/t0006-date.sh
index b2df4fe102454daa62c5c8247128d7f22f7e6ea9..1d4d0a5c7d2549c67334a8d5dd3f462962db81f2 100755 (executable)
--- a/t/t0006-date.sh
+++ b/t/t0006-date.sh
check_parse 2008-02-14 bad
check_parse '2008-02-14 20:30:45' '2008-02-14 20:30:45 +0000'
check_parse '2008-02-14 20:30:45 -0500' '2008-02-14 20:30:45 -0500'
-check_parse '2008-02-14 20:30:45' '2008-02-14 20:30:45 -0500' EST
+check_parse '2008-02-14 20:30:45' '2008-02-14 20:30:45 -0500' EST5
check_approxidate() {
echo "$1 -> $2 +0000" >expect