spoqa / sqlalchemy-utc

SQLAlchemy type to store aware datetime values
https://pypi.python.org/pypi/SQLAlchemy-Utc
MIT License
101 stars 20 forks source link

ensure the datetime returned to the user is always UTC #8

Closed e-c-d closed 3 years ago

e-c-d commented 4 years ago

Always convert datetime returned from database to UTC before returning it to the user.

Fixes https://github.com/spoqa/sqlalchemy-utc/issues/6

michaeltoohig commented 3 years ago

@e-c-d thanks for the fix. Hope it is accepted.

AiOO commented 3 years ago

@e-c-d Sorry for late reply. We'll merge your PR after finding the cause of the test failure.

kanghyojun commented 3 years ago

@e-c-d Thanks for your contribution! It is released today as 0.11.0.

e-c-d commented 3 years ago

Thanks @kanghyojun !