diff --git a/src/services/personalRoomsService.ts b/src/services/personalRoomsService.ts index 61e0ddda..310c2538 100644 --- a/src/services/personalRoomsService.ts +++ b/src/services/personalRoomsService.ts @@ -37,7 +37,7 @@ export const createGarden = (): IGardeningDatabase => { "/Lotus/Types/Items/Plants/MiscItems/DuvxDuviriGrowingPlantE", "/Lotus/Types/Items/Plants/MiscItems/DuvxDuviriGrowingPlantF" ]; - const endTime = new Date(Date.now() + 79200_000); // Plants will take 22 hours to grow + const endTime = new Date((Math.trunc(Date.now() / 1000) + 79200) * 1000); // Plants will take 22 hours to grow return { Planters: [ {