summaryrefslogtreecommitdiff
path: root/tests/Makefile.fpc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.fpc')
-rw-r--r--tests/Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc
index 1a1ab8a5a9..ec0ee95ba4 100644
--- a/tests/Makefile.fpc
+++ b/tests/Makefile.fpc
@@ -111,7 +111,7 @@ C_SUBDIR=$(TEST_OS_TARGET)/$(TEST_CPU_TARGET)
# Date and time the testsuite was run
ifneq ($(DATE),__missing_command_DATE)
-TEST_DATETIME:=$(shell $(DATE) +%Y%m%d%H%M)
+TEST_DATETIME:=$(shell $(DATE) -u +%Y%m%d%H%M)
else
# Use a spaceless string, as it will be used for file names
TEST_DATETIME="No-date"