Released on September 24, 2021.
- Add cache_ok flag on
UtcDateTime
to supress Pandas warnings. [#14 by derekderie]
Released on September 24, 2021.
- Add milliseconds to SQLite datetimes. [#12 by Giovanni Santini]
- Add support for newer python versions. (3.7, 3.8, 3.9) [#12 by Giovanni Santini]
Released on May 7, 2021.
- Add py.typed file to the package to be compatible with PEP-561. [#10 by Dima Boger]
Released on November 13, 2020.
- Ensured always returning the datetime with UTC timezone. [#8 by Eduard Christian Dumitrescu]
Released on January 25, 2018.
- Dropped support of older Python versions: 2.6, 3.2, and 3.3. [#2 by George Leslie-Waksman]
- Added
sqlalchemy_utc.utcnow()
function as an alternative tosqlalchemy.sql.functions.now()
for generatingUtcDateTime
values on the database server. [#4 by George Leslie-Waksman]
First version. Released on June 22, 2016.