Ian Potter

Results 1 issues of Ian Potter

Reproduction Steps --------------------- 1. Create a table with a "timestamp without time zone" column 2. `insert into test_times(timestamp_without_tz) values(timestamp '2019-08-01 19:51:12.834983') ` 3. Select table contents using vscode Expected Results...