Skip to content

Commit 7e6a248

Browse files
fix(build): Fix Buildate date (#218)
1 parent 7f43ba8 commit 7e6a248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
2-
BUILDDATE ?= $(shell date --iso-8601=seconds)
2+
BUILDDATE ?= $(shell date -u +%FT%T%z)
33
REVISION ?= $(shell git rev-parse HEAD)
44
VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M)
55
VERSION := 0.3.7

0 commit comments

Comments
 (0)