From 820def07de423737e5fe65b12137e5ee9afc585c Mon Sep 17 00:00:00 2001 From: kittapath Date: Mon, 10 Mar 2025 15:50:10 +0700 Subject: [PATCH] no message --- src/database/data-source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/database/data-source.ts b/src/database/data-source.ts index 6f1e78e2..08237d5b 100644 --- a/src/database/data-source.ts +++ b/src/database/data-source.ts @@ -45,7 +45,7 @@ export const AppDataSource = new DataSource({ connectorPackage: "mysql2", synchronize: false, logging: true, - timezone: "Z", + // timezone: "Z", entities: process.env.NODE_ENV !== "production" ? ["src/entities/**/*.ts"]