-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dates not displaying correctly in tables vs text #52
Comments
This is certainly a timezone issue, because midnight is used for TypeScript |
Thanks Mike, once I figured out it was only in the display in the tables,
it became a minor issue but will be good to see if fixed.
Bryon
…On Thu, 16 May 2024 at 23:59, Mike Lischke ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNSJJBZF3ZQETOU3TCVZOLZCWTGHAVCNFSM6AAAAABH3MIEQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJWHA4DGNJSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thank heavens I came across this, because I did a fresh install of Windows, and reinstalled MySQL multiple times after reinstalling Windows with this problem still persisting. Glad to know its not an error with my setup. |
Do you know if a fix for this issue is in the works? As of writing this comment, the issue is still present. |
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: