Fix time zone in both commands and format code with Black

This commit is contained in:
2022-09-17 22:28:45 +02:00
parent 21be6c00b3
commit 68cd8d964a

View File

@ -185,6 +185,7 @@ async def command_add(
f"{message_date}", f"{message_date}",
settings={ settings={
"PREFER_DATES_FROM": "future", "PREFER_DATES_FROM": "future",
"TIMEZONE": f"{config_timezone}",
"TO_TIMEZONE": f"{config_timezone}", "TO_TIMEZONE": f"{config_timezone}",
}, },
) )