fix for failing unit test, use UTC as timezone (#3254) (#3259)

fixes #3254
This commit is contained in:
Karsten Hassel
2023-11-01 00:02:53 +01:00
committed by GitHub
parent a8d06ae74e
commit 3a01acd389
3 changed files with 3 additions and 3 deletions

View File

@@ -160,7 +160,7 @@ describe("Default modules utils tests", () => {
},
time
)
).toBe("08:13");
).toBe("09:13");
});
});
});