jeferro
Results
5
comments of
jeferro
+1
Hello, I have the same problem.
The problem is that method datetime.now() creates a new datetime without timezone. To solve this, I create new datetime in UTC timezone: `datetime.now(timezone.utc)`