Closed zornwal closed 1 year ago
Saving a query result as CSV leads to timestamp without timezone columns having empty values, instead of epoch value as previous.
timestamp without timezone
https://github.com/Borvik/vscode-postgres/issues/114 Seems to relate to using formatted dates instead of epoch, but currently nothing is exported at all for CSV.
This should be corrected in 1.4.3
Saving a query result as CSV leads to
timestamp without timezone
columns having empty values, instead of epoch value as previous.https://github.com/Borvik/vscode-postgres/issues/114 Seems to relate to using formatted dates instead of epoch, but currently nothing is exported at all for CSV.