Skip to content

Commit 6343f93

Browse files
committed
chore: set timezone for mikroorm
1 parent 36420ab commit 6343f93

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/weak-dogs-begin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@quassel/backend": patch
3+
---
4+
5+
Set timezone for mikroorm

apps/backend/mikro-orm.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { HttpException, HttpStatus } from "@nestjs/common";
88
const c = configuration();
99

1010
export default defineConfig({
11-
forceUtcTimezone: true,
11+
timezone: "+00:00",
1212
entities: ["./**/*.entity.js"],
1313
entitiesTs: ["./**/*.entity.ts"],
1414
host: c.database.host,

0 commit comments

Comments
 (0)