#570 [MEDIUM] Inconsistent timezone handling in API responses

open medium Created 2025-12-17 16:32 · Updated 2025-12-17 16:32

Description

Edit
Some timestamps use timezone-aware datetimes while others use naive datetimes. This can cause issues with clients in different timezones. Fix: Standardize all timestamps to UTC with timezone info (use datetime.now(timezone.utc)).

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...