From d409887f37c3314007fa4641facbdac2a99f5917 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Mon, 3 Mar 2025 11:43:45 +0100 Subject: [PATCH] fix(build): Fix Buildate date --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dbf29fb..a0d9c41 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) -BUILDDATE ?= $(shell date --iso-8601=seconds) +BUILDDATE ?= $(shell date -u +%FT%T%z) REVISION ?= $(shell git rev-parse HEAD) VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M) VERSION := 0.3.7