ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
46 stars 27 forks source link

Maintenance: naive datetime in asyncpg and aiopg queries #3994

Closed pcrespov closed 7 months ago

pcrespov commented 1 year ago

Why cannot add expires_at in asyncpg using a non-naive datetime while it works with aiopg?

SEE:

          sure about using utcnow?

_Originally posted by @sanderegg in https://github.com/ITISFoundation/osparc-simcore/pull/3962#discussion_r1141466239_

pcrespov commented 7 months ago
pcrespov commented 7 months ago

This is duplicated in https://github.com/ITISFoundation/osparc-simcore/issues/3797