Run make date via poetry

This commit is contained in:
2023-01-08 15:48:12 +01:00
parent 8e1c670ffd
commit 362732c22a
3 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ sethookdir:
git config core.hooksPath .githooks
date:
python3 -c 'import datetime; from zoneinfo import ZoneInfo; print(datetime.datetime.isoformat(datetime.datetime.now(ZoneInfo("Europe/Prague")), timespec="minutes", sep=" "))'
poetry run python -c 'import datetime; from zoneinfo import ZoneInfo; print(datetime.datetime.isoformat(datetime.datetime.now(ZoneInfo("Europe/Prague")), timespec="minutes", sep=" "))'
cleanstatic:
rm -r src/web/static/*