sqlalchemy-utc
SQLAlchemy type to store aware datetime values
SQLAlchemy type to store aware datetime values
To install this package, run one of the following:
This package provides a drop-in replacement of SQLAlchemy's built-in DateTime type with timezone=True option enabled. Although SQLAlchemy's built-in DateTime type provides timezone=True option, since some vendors like SQLite and MySQL don't provide timestamptz data type, the option doesn't make any effect on these vendors.
Summary
SQLAlchemy type to store aware datetime values
Last Updated
Aug 25, 2023 at 13:10
License
MIT
Total Downloads
10.5K
Supported Platforms