Skip to content

Commit de7f4e4

Browse files
GromNaNalcaeus
andauthored
Update getUTCDateTime
Co-authored-by: Andreas Braun <[email protected]>
1 parent f0407aa commit de7f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Session/MongoDbSessionHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ private function getCollection(): Collection
107107

108108
private function getUTCDateTime(int $additionalSeconds = 0): UTCDateTime
109109
{
110-
return new UTCDateTime((time() + $additionalSeconds * 60) * 1000);
110+
return new UTCDateTime((time() + $additionalSeconds) * 1000);
111111
}
112112
}

0 commit comments

Comments
 (0)