From a69ee2af7e3acfa4497302b3085368215de389e8 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Sat, 20 Oct 2012 20:21:52 +0100 Subject: [PATCH] Force UTC timezone for cvs log --- package-build.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-build.el b/package-build.el index 88762952..87896073 100644 --- a/package-build.el +++ b/package-build.el @@ -281,7 +281,7 @@ Return a cons cell whose `car' is the root and whose `cdr' is the repository." (let* ((dir (directory-file-name dir)) (working-dir (file-name-directory dir)) (target-dir (file-name-nondirectory dir))) - (pb/run-process working-dir "cvs" "-z3" "-d" root "checkout" + (pb/run-process working-dir "env" "TZ=UTC" "cvs" "-z3" "-d" root "checkout" "-d" target-dir repo)))) (apply 'pb/run-process dir "cvs" "log" (pb/expand-source-file-list dir config))