vscode-mysql icon indicating copy to clipboard operation
vscode-mysql copied to clipboard

how to show date time as dd/mm/yyyy hh:mm:ss instead of GMT format

Open ongkokl opened this issue 2 years ago • 1 comments

Hi

When i run a SQL query the date column will show as GMT format as below. How to set default as dd/mm/yyyy hh:mm:ss format instead?

Thanks

image

ongkokl avatar Jan 08 '22 12:01 ongkokl

this is actually a huge problem that I just encountered. It is assuming a timezone based on a datetime even when there isn't one set at all. Should only be displaying the RAW data

chrisazack avatar Jul 20 '22 13:07 chrisazack