• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

error GMT

vitaa

New Member
Joined
Jul 4, 2020
Messages
3
Reaction score
2
hello guys!

are you okay and healthy in this pandemic? I hope so, take care!!!
I have one error, and he kill me.. hahaha

This always happens when serve save is about to happen, after you have already logged out, the server crashes
i think its a problem in GMT or some config..
Lua:
[Error - mysql_real_query] Query: SELECT id, amount, price, itemtype, player_id, sale FROM market_offers WHERE created <= 1590847228

and this, my uptime its crazy haha..
image0.jpg


another configs.

Config.lua
timeGMT = -3*60*60 (its 3 * 60 * 60) or not?

In my src codes..
Code:
    if (useTime) {
        return std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count();
    }
    int64_t time = (std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::system_clock::now().time_since_epoch()).count()) + (g_config.getNumber(ConfigManager::TIME_GMT) * 1000);
    return time;

If you can help me, I will always love you.
stay safe ♥
 
Solution
I dont understand ur problem,
One Day = 24 * 60 * 60 * 1000 but (1000 is scripted on your source) 24 * 60 * 60 = One Day
Server Time GMT on Acc maker:
U can change in index.php (not sure)

If your acc maker have time Europe/Berlin then your config.lua must been Localization = "Europe" or "Germany"
the UpTime been really...

Sorry for english i weak up 1 hour ago. "Corona Time" xD
I dont understand ur problem,
One Day = 24 * 60 * 60 * 1000 but (1000 is scripted on your source) 24 * 60 * 60 = One Day
Server Time GMT on Acc maker:
U can change in index.php (not sure)

If your acc maker have time Europe/Berlin then your config.lua must been Localization = "Europe" or "Germany"
the UpTime been really...

Sorry for english i weak up 1 hour ago. "Corona Time" xD
 
Solution
Back
Top