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
VSCode Mysql Plugin Output - OK Execute the block and print the results as text
Query via mysql-shell-plugin - Table vs Text - TABLE NOT-OK
When the same query is displayed as a table, the dates are displayed shifted 1 day earlier.
I also noticed that the display format has changed to a local format (MM/DD/YYYY) vs the default (YYYY-MM-DD) Note the data is selected correctly according to the Where clause but displays as a day earlier.
Here is the environment I am using.
OS: Linux Fedora 40
MySQL: Ver 8.4.0 for Linux on x86_64 (MySQL Community Server - GPL)
mysql-shell-plugins: v1.14.2
The text was updated successfully, but these errors were encountered:
This is certainly a timezone issue, because midnight is used for TypeScript Date, if no explicit time is specified. Fortunately, this should be fixed in the upcoming release of the extension.
VSCode Mysql-Shell-Plugin Date Issues
I am experiencing an issues when displaying data via the mysql-shell-plugins associated with Date fields.
When data is displayed via a table in the mysql-shell-plugin, the dates displayed are a day earlier than the database.
I am guessing this is something to do with the Timezone default for VSCode or the mysql-plugin but not sure where to configure this?
Query via Terminal / mysql - OK
Terminal Mysql Output - OK
Query via mysql-shell-plugin with Results as Text - OK
VSCode Mysql Plugin Output - OK
Execute the block and print the results as text
Query via mysql-shell-plugin - Table vs Text - TABLE NOT-OK
When the same query is displayed as a table, the dates are displayed shifted 1 day earlier.
I also noticed that the display format has changed to a local format (MM/DD/YYYY) vs the default (YYYY-MM-DD)
Note the data is selected correctly according to the Where clause but displays as a day earlier.
Here is the environment I am using.
The text was updated successfully, but these errors were encountered: