]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0006-date.sh
parse_date: fix signedness in timezone calculation
[thirdparty/git.git] / t / t0006-date.sh
index 3ea4f9eff923c963aeb9635be6d77dce99f3bf4a..b2df4fe102454daa62c5c8247128d7f22f7e6ea9 100755 (executable)
@@ -39,6 +39,7 @@ check_parse 2008-02 bad
 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_approxidate() {
        echo "$1 -> $2 +0000" >expect