From 4a47a9c8d8253d0ae2a233fa8599b1a1c54ec53f Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 18 Dec 2014 12:39:13 -0500 Subject: BF: adjust mktime output for the local offset (Close #218) --- git/test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_util.py') diff --git a/git/test/test_util.py b/git/test/test_util.py index d8682030..10d397c3 100644 --- a/git/test/test_util.py +++ b/git/test/test_util.py @@ -102,7 +102,7 @@ class TestUtils(TestBase): iso3 = ("2005.04.07 22:13:11 -0000", 0) alt = ("04/07/2005 22:13:11", 0) alt2 = ("07.04.2005 22:13:11", 0) - veri_time = 1112904791 # the time this represents + veri_time = 1112911991 # the time this represents for date, offset in (rfc, iso, iso2, iso3, alt, alt2): assert_rval(parse_date(date), veri_time, offset) # END for each date type -- cgit v1.2.1