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 41ec518 commit 2e76013Copy full SHA for 2e76013
Build/makefile
@@ -21,7 +21,7 @@ ifeq ($(shell echo "check_quotes"),"check_quotes")
21
GIT_STAT := $(shell ..\Scripts\gitstat)
22
GIT_DATE := $(shell ..\Scripts\gitlog)
23
GIT_BRANCH := $(shell ..\Scripts\gitbranch)
24
- BUILD_DATE := $(shell date /t) $(shell time /t)
+ BUILD_DATE := $(shell powershell -Command "(Get-Date).ToString('ddd-MM/dd/yyyy-hh:mm-tt')")
25
else
26
# linux/osx
27
SHELL:=/bin/bash
0 commit comments