From fdc96d2e0f0261b0b9a2bc642d5e511f0162b648 Mon Sep 17 00:00:00 2001 From: harid Date: Mon, 1 Dec 2025 11:07:01 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=9A=E0=B8=B1?= =?UTF-8?q?=E0=B8=87=E0=B8=84=E0=B8=B1=E0=B8=9A=20timezone?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5ee166c..7ba7ee7 100644 --- a/src/database/data-source.ts +++ b/src/database/data-source.ts @@ -62,7 +62,7 @@ export const AppDataSource = new DataSource({ password: process.env.DB_PASSWORD, connectorPackage: "mysql2", synchronize: false, - timezone: "Z", // "Z" = UTC + // timezone: "Z", // "Z" = UTC logging: ["query", "error"], entities: process.env.NODE_ENV !== "production"