From cdfd816c51e8ef381a61c80351df471e0bd81774 Mon Sep 17 00:00:00 2001 From: Allen Gilliland <agilliland@gmail.com> Date: Mon, 4 Apr 2016 12:31:04 -0700 Subject: [PATCH] run unit tests with JVM timezone in UTC. --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index cadc78a073d..342130d7a43 100644 --- a/project.clj +++ b/project.clj @@ -114,7 +114,8 @@ :resource-paths ["test_resources"] :env {:mb-test-setting-1 "ABCDEFG" :mb-run-mode "test"} - :jvm-opts ["-Dmb.db.in.memory=true" + :jvm-opts ["-Duser.timezone=UTC" + "-Dmb.db.in.memory=true" "-Dmb.jetty.join=false" "-Dmb.jetty.port=3010" "-Dmb.api.key=test-api-key" -- GitLab