fixed docunentation comment lol
This commit is contained in:
@@ -84,7 +84,7 @@ local function sca_timer_loop()
|
||||
if summerTime != nil then
|
||||
local time = os.time()
|
||||
|
||||
// Germany timezone in summer is UTC+1, in winter is UTC+2
|
||||
// Germany timezone in summer is UTC+2, in winter is UTC+1
|
||||
if summerTime then
|
||||
time = time + 7200
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user