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
105cee7e6e
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 18:35:42 +00:00
import
zoneinfo
Remove mongo & fix tests
2022-08-29 18:24:42 +00:00
__all__
=
[
"
LOCAL_TIMEZONE
"
]
Add birthday task, change migrations to use date instead of datetime
2022-07-23 18:35:42 +00:00
LOCAL_TIMEZONE
=
zoneinfo
.
ZoneInfo
(
"
Europe/Brussels
"
)