CodexBloom - AI-Powered Q&A Platform

FastAPI Automatically Converts Timestamp to UTC, Causing Confusion with Local Timezones

👀 Views: 0 💬 Answers: 1 📅 Created: 2025-06-24
fastapi datetime pydantic sqlalchemy

I'm working on a FastAPI application where I'm trying to handle timestamps that are user-supplied in local time. However, when I define a Pydantic model like th...