Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 332d833

Browse files
committed
Fix sstime once again
1 parent 436407f commit 332d833

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/General.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ end
266266
* @returns {number} - CET time of day in seconds
267267
--]]
268268
function cettime()
269-
return utctime() - utcoffset() - cetoffset()
269+
return utctime() - utcoffset() + cetoffset()
270270
end
271271

272272
--[[

0 commit comments

Comments
 (0)