Please explain how server time works...
In theory, we get Moscow time (GMT+3)
But at the same time, the spawns do not work at the time specified by me
At 15:00, I should have Sunayaka. The script works 100 percent... But Sunayaka does not appear, exactly like other tasks from the scheduler at the specified time...
So still. What time do the cron tasks work?
Code:
SM_VERSION_CHECK.java
->
writeD((int) (Calendar.getInstance().getTimeInMillis() / 1000));
writeD(-10800);
In theory, we get Moscow time (GMT+3)
But at the same time, the spawns do not work at the time specified by me
Code:
Cron expression: 0 0 15 ? * *
At 15:00, I should have Sunayaka. The script works 100 percent... But Sunayaka does not appear, exactly like other tasks from the scheduler at the specified time...
So still. What time do the cron tasks work?