
A reminder in 30 minutes was set. When posting the reminder via webhook the correct localized time is displayed.
When posting the reminder via discord.py the time is offset by 2 hours.
My fault. I had to use datetime.utcnow() instead of datetime.now()
Most helpful comment
My fault. I had to use datetime.utcnow() instead of datetime.now()