From 11b85373ee03ce6c10f894d7352e2e3c6c3839b0 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 3 Jul 2021 09:53:34 -0400 Subject: [PATCH] tests: 'eoy' is the last second of the year --- test/math.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/math.t b/test/math.t index b533e7085..b638f1e09 100755 --- a/test/math.t +++ b/test/math.t @@ -44,7 +44,7 @@ class TestMath(TestCase): cls.t.config("dateformat", "YYYY-MM-DD") # YYYY-12-21. - cls.when = "%d-12-22T00:00:00\n" % datetime.now().year + cls.when = "%d-12-21T23:59:59\n" % datetime.now().year # Different ways of specifying YYYY-12-21. cls.t("add one due:eoy-10days")