My panel is one hour behind the actual time in my location (EEST, Sofia, Bulgaria). While I have set up a cron job to run every 30 minutes, which shows the correct timing, I encounter issues when I try to schedule a server restart at midnight. Instead of restarting at the intended time, it registers as 3:30 PM, which causes confusion in managing server operations. Additionally, when automated backups are created, they also reflect the incorrect time, appearing to be one hour back from what they should be. This discrepancy affects not only the reliability of the scheduled tasks but also creates complications in ensuring that all server activities align with the correct local time, potentially impacting data management and operational efficiency. It’s crucial to address this issue promptly to maintain synchronization across all scheduled tasks and backups, ensuring that everything operates smoothly according to the local timezone standards.
#Timezone / Time settings
20 messages · Page 1 of 1 (latest)
See https://pterodactyl.io/panel/1.0/troubleshooting.html#schedule-troubleshooting for the 3 places to set your timezone.
In the database it is right
and in the panel it isn't
Is it right in your .env file?
The env file can be found at /var/www/pterodactyl/.env. Files starting with a . in Linux are hidden so it may not show up in file browsers by default. You can open it directly with nano /var/www/pterodactyl/.env
yes
Actually now i tested it
it is running properlu
y
but showing different time
What about on your actual system? timedatectl?
I believe the .env file was for schedules, and the system time was used for displaying time in the panel. I could be wrong.
The env file can be found at /var/www/pterodactyl/.env. Files starting with a . in Linux are hidden so it may not show up in file browsers by default. You can open it directly with nano /var/www/pterodactyl/.env
Its all right
Also when it started the schedule for restart
it was constantly restarting
so I had to remove it