Skip to content

Commit 4fe78cc

Browse files
authored
update date command invocation (#25)
1 parent 86c1ae3 commit 4fe78cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ build: $(EXTENSION_OBJS) ## build C extension(s)
4949
$(BUILD_STAMP): $(EXTENSION_DEPS) | $(ENV_STAMP)
5050
@echo "Building using $(PYVERSION)"
5151
$(PYTHON) setup.py build_ext --inplace
52-
@echo "$(shell date --rfc-3339=seconds)" > $@
52+
@echo "$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')" > $@
5353

5454
$(EXTENSION_OBJS): $(BUILD_STAMP)
5555
@echo "done building $@"

0 commit comments

Comments
 (0)