mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Add birthday task, change migrations to use date instead of datetime
This commit is contained in:
parent
adcf94c66e
commit
8bc0f1fa7a
18 changed files with 249 additions and 49 deletions
5
database/utils/datetime.py
Normal file
5
database/utils/datetime.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import zoneinfo
|
||||
|
||||
__all__ = ["LOCAL_TIMEZONE"]
|
||||
|
||||
LOCAL_TIMEZONE = zoneinfo.ZoneInfo("Europe/Brussels")
|
||||
Loading…
Add table
Add a link
Reference in a new issue