Timestamp Conversion in SQL Cells

Querying tables from Postgres seem to produce errors related to timestamps with timezone information:

Some datetimes in column created_at couldn't be converted: Unknown string format: com.intellij.database.extractors.tz.TimeZonedTimestamp

The column in question contains ISO 8601 timestamps.

Any way around this?