We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b05e0a commit 46a7433Copy full SHA for 46a7433
Makefile
@@ -7,7 +7,7 @@ BASE_PATH := $(shell pwd)
7
BUILD_PATH := $(BASE_PATH)/build
8
BIN_DIR := $(BASE_PATH)/bin
9
VERSION ?= $(shell git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/' | tr '/' '_')
10
-BUILD ?= $(shell date --utc --rfc-3339=seconds | tr ' ' 'T')
+BUILD ?= $(shell date --utc +%FT%T%z | tr ' ' 'T')
11
ASSETS := static
12
13
# PACKAGES
0 commit comments