You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datetime decoder currently incorrectly uses an unsigned integer type
for microseconds, which leads to incorrect decoding of timestamps with
fractional seconds which represent dates before Jan 1 2000. Same issue
affects negative intervals with fractional seconds.
Fixes: #363
the issue with a local PostgreSQL install?: reproduced with a local install
Output:
But in psql all works fine:
I guess there is a problem with time parsing in asyncpg.
Maybe seconds were rounded somewhere, like this:
The text was updated successfully, but these errors were encountered: