We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c1ae3 commit 4fe78ccCopy full SHA for 4fe78cc
1 file changed
python.mk
@@ -49,7 +49,7 @@ build: $(EXTENSION_OBJS) ## build C extension(s)
49
$(BUILD_STAMP): $(EXTENSION_DEPS) | $(ENV_STAMP)
50
@echo "Building using $(PYVERSION)"
51
$(PYTHON) setup.py build_ext --inplace
52
- @echo "$(shell date --rfc-3339=seconds)" > $@
+ @echo "$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')" > $@
53
54
$(EXTENSION_OBJS): $(BUILD_STAMP)
55
@echo "done building $@"
0 commit comments