Skip to content

DateTime with time zones #192

@rgreinho

Description

@rgreinho

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions