Skip to content

Commit de7f070

Browse files
committed
feat(BE): timezone 설정
1 parent 8e7070e commit de7f070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import { AccessTokenGuard } from './auth/guard/access-token.guard';
6161
username: process.env[ENV_DB_USERNAME_KEY],
6262
password: process.env[ENV_DB_PASSWORD_KEY],
6363
database: process.env[ENV_DB_DATABASE_KEY],
64-
timezone: 'Asia/Seoul',
64+
timezone: '+09:00',
6565
entities: [
6666
M_Charts,
6767
M_Complaints,

0 commit comments

Comments
 (0)