This website requires JavaScript.
Explore
Help
Sign In
Chewing_Bever
/
didier
mirror of
https://github.com/stijndcl/didier
Watch
0
Star
0
Fork
You've already forked didier
0
Code
Issues
Projects
Releases
Wiki
Activity
7517f844d8
didier
/
database
/
utils
/
datetime.py
6 lines
101 B
Python
Raw
Normal View
History
Unescape
Escape
Add birthday task, change migrations to use date instead of datetime
2022-07-23 20:35:42 +02:00
import
zoneinfo
Remove mongo & fix tests
2022-08-29 20:24:42 +02:00
__all__
=
[
"
LOCAL_TIMEZONE
"
]
Add birthday task, change migrations to use date instead of datetime
2022-07-23 20:35:42 +02:00
LOCAL_TIMEZONE
=
zoneinfo
.
ZoneInfo
(
"
Europe/Brussels
"
)