Add make date
This commit is contained in:
5
Makefile
5
Makefile
@ -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=" "))'
|
Reference in New Issue
Block a user