Skip to content

Commit f585c08

Browse files
committed
chore: enforce utc timezone
1 parent b15c918 commit f585c08

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/pretty-bushes-enjoy.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+
Enforce utc timezone

apps/backend/mikro-orm.config.ts

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

1010
export default defineConfig({
11+
forceUtcTimezone: true,
1112
entities: ["./**/*.entity.js"],
1213
entitiesTs: ["./**/*.entity.ts"],
1314
host: c.database.host,

0 commit comments

Comments
 (0)