Manzi
DTDrizzle Team
•Created by Manzi on 7/19/2024 in #help
MySQL2 and Datetime - UTC is wrong.
And in the rest of my node application it's right and also in database via cli. But not in drizzle studio
17 replies
DTDrizzle Team
•Created by Manzi on 7/19/2024 in #help
MySQL2 and Datetime - UTC is wrong.
This is really weird. I set the TZ env variable in node. However when I console log the date I get "2024-07-19T13:55:36.439Z" which is right time. But in drizzle studio it says "2024-07-19T11:55:36.000Z".
17 replies
DTDrizzle Team
•Created by Manzi on 7/19/2024 in #help
MySQL2 and Datetime - UTC is wrong.
I use Drizzle studio
17 replies
DTDrizzle Team
•Created by Manzi on 7/19/2024 in #help
MySQL2 and Datetime - UTC is wrong.
Hmmm... I'm not sure how I would solve this then. Should I write process.env.TZ = 'UTC' at the top of my express js server file?
17 replies
DTDrizzle Team
•Created by Manzi on 7/19/2024 in #help
MySQL2 and Datetime - UTC is wrong.
It's nodejs
17 replies