X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft0006-date.sh;h=1d29810a7a94dad15645869c2f4f015a470fa622;hb=36612e4daf8b5b5eaf16315aa13c66925f878cd6;hp=f87abb5a0682d7a2fc7c3947789301c4157d331d;hpb=c69e8b693591bc35e8f9421eacb9d59c71807304;p=git.git diff --git a/t/t0006-date.sh b/t/t0006-date.sh index f87abb5a0..1d29810a7 100755 --- a/t/t0006-date.sh +++ b/t/t0006-date.sh @@ -40,6 +40,12 @@ 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 -0015' '2008-02-14 20:30:45 -0015' +check_parse '2008-02-14 20:30:45 -5' '2008-02-14 20:30:45 +0000' +check_parse '2008-02-14 20:30:45 -5:' '2008-02-14 20:30:45 +0000' +check_parse '2008-02-14 20:30:45 -05' '2008-02-14 20:30:45 -0500' +check_parse '2008-02-14 20:30:45 -:30' '2008-02-14 20:30:45 +0000' +check_parse '2008-02-14 20:30:45 -05:00' '2008-02-14 20:30:45 -0500' check_parse '2008-02-14 20:30:45' '2008-02-14 20:30:45 -0500' EST5 check_approxidate() {