cook (2.33-1) fix-t0217.patch

Summary

 test/02/t0217a.sh |    2 ++
 1 file changed, 2 insertions(+)

    
download this patch

Patch contents

diff --git a/test/02/t0217a.sh b/test/02/t0217a.sh
index f25e3a1..df56e15 100644
--- a/test/02/t0217a.sh
+++ b/test/02/t0217a.sh
@@ -20,6 +20,8 @@
 work=${COOK_TMP:-/tmp}/$$
 PAGER=cat
 export PAGER
+TZ=UTC
+export TZ
 umask 022
 unset COOK
 here=`pwd`