-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
As a developer, I would like to have the ability to store the time zone associated to my DateTime objects.
Currently, they look like this in the Alembic migrations:
sa.Column("created_at", sa.DateTime(), nullable=True),But I would like to see:
sa.Column("created_at", sa.DateTime(timezone=True), nullable=True),Metadata
Metadata
Assignees
Labels
No labels