Timezone error
is anyone know how to solve the timezone error in sqlserver?
when i query the data it will auto add 8 hour to datetime
1 Reply
settled, ref: https://github.com/prisma/prisma/issues/5051
GitHub
Improve Timezone Support for Existing MySQL Databases configured wi...
Bug description The OS and MySQL time both are set to KST(Korea Standard Time) which is UTC+9:00. But when create or update records with new Date(), DATETIME string doesn't respect the database...