1
0
Fork 0
forked from Simnation/Main

Update server.lua

This commit is contained in:
Nordi98 2025-08-13 21:58:27 +02:00
parent 1d5356e5d7
commit a4e439176f

View file

@ -80,7 +80,7 @@ end)
]] ]]
local function getBerlinTime() local function getBerlinTime()
PerformHttpRequest("https://timeapi.io/api/Time/current/zone?timeZone=Europe/Berlin", function(statusCode, response, headers) PerformHttpRequest("https://timeapi.io/api/Time/current/zone?timeZone=America/Los_Angeles", function(statusCode, response, headers)
if statusCode == 200 then if statusCode == 200 then
local data = json.decode(response) local data = json.decode(response)
if data and data.hour and data.minute then if data and data.hour and data.minute then