News

The default setting for sqlalchemy.DateTime columns on postgres databases is on timezone=True, while pythons default setting for datetime stuff seems to be timezone=False, hence the two defaults ...
Commit c3ce6df moves to the updated Python API for creating datetime objects, using datetime.now (timezone.utc) instead of datetime.utcnow (). This causes a breakage because gauth isn't using the new ...