Error occurred when fetching sidebar data
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)
Dates coming from the backend are in UTC
Python's datetime in very naive and assumes current tz.
Fix example: notifications-consumer!65 (diffs)