Skip to content

Commit 926f697

Browse files
authored
Merge pull request #14085 from cxp484/master
FDS Build: Change the Windows BUILDDATE format to support ifx
2 parents 1a9ef36 + 2e76013 commit 926f697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ifeq ($(shell echo "check_quotes"),"check_quotes")
2121
GIT_STAT := $(shell ..\Scripts\gitstat)
2222
GIT_DATE := $(shell ..\Scripts\gitlog)
2323
GIT_BRANCH := $(shell ..\Scripts\gitbranch)
24-
BUILD_DATE := $(shell date /t) $(shell time /t)
24+
BUILD_DATE := $(shell powershell -Command "(Get-Date).ToString('ddd-MM/dd/yyyy-hh:mm-tt')")
2525
else
2626
# linux/osx
2727
SHELL:=/bin/bash

0 commit comments

Comments
 (0)