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
So, apparently due to time zone craziness, Postgresql can return dates like "1816-01-01 00:01:04+00:34:08" which fromSQL rejects as invalid because the regex doesn't expect seconds in the time offset.
The text was updated successfully, but these errors were encountered:
So, apparently due to time zone craziness, Postgresql can return dates like "1816-01-01 00:01:04+00:34:08" which fromSQL rejects as invalid because the regex doesn't expect seconds in the time offset.
The text was updated successfully, but these errors were encountered: