Skip to content

Fix date coming from backend timezone

Dates coming from the backend are in UTC
Python's datetime in very naive and assumes current tz.

Fix example: notifications-consumer!65 (diffs)

Edited by Carina Antunes