Add make date

This commit is contained in:
2023-01-05 23:30:43 +01:00
parent 15ed6504b1
commit db5de81c09
2 changed files with 5 additions and 2 deletions

View File

@ -46,4 +46,7 @@ test: poetry.lock
poetry run pytest
sethookdir:
git config core.hooksPath .githooks
git config core.hooksPath .githooks
make date:
python3 -c 'import datetime; from zoneinfo import ZoneInfo; print(datetime.datetime.isoformat(datetime.datetime.now(ZoneInfo("Europe/Prague")), timespec="minutes", sep=" "))'