mirror of https://github.com/stijndcl/didier
6 lines
101 B
Python
6 lines
101 B
Python
|
import zoneinfo
|
||
|
|
||
|
__all__ = ["LOCAL_TIMEZONE"]
|
||
|
|
||
|
LOCAL_TIMEZONE = zoneinfo.ZoneInfo("Europe/Brussels")
|