Banner

Search found 15 matches

Re: Scheduled Tasks

I solved the problem by assigning to use the system time in the MYSQL server. In the database of the game server, I did not find such a setting))

To use the system time, in MySQL you need to execute a query

SET GLOBAL time_zone = 'SYSTEM';
SET time_zone = 'SYSTEM';

Go to advanced search

cron