SQLAlchemy UTC Datetime Type
JSON →SQLAlchemy-UTC provides a `UtcDateTime` type for SQLAlchemy that reliably stores and retrieves timezone-aware `datetime` objects in UTC. It acts as a robust replacement for SQLAlchemy's built-in `DateTime(timezone=True)`, particularly for databases like SQLite and MySQL that lack native `timestamptz` support by converting values to and from UTC. The library also includes a `utcnow()` helper function for server-side default generation. The current version is 0.14.0, released in September 2021.
Traffic · last 30 days ↓36% vs prev 7d
total hits 20
actors 7 distinct systems
last hit 3d ago MetaBot
top countries 🇺🇸 United States · 🇫🇷 France · 🇨🇦 Canada · 🇩🇪 Germany · RO
API endpoints
full doc /v1/registry/sqlalchemy-utc
compatibility /v1/registry/sqlalchemy-utc/compatibility