mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-15 19:07:50 +03:00
Time for Tasks are offset #352
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sebuschka on GitHub (Jun 2, 2025).
Hi,
when planning a task (like Backup every day at 2:30 AM) i get a different time.
I already set APP_TIMEZONE=Europe/Berlin (coming from Pterodactyl hoping it would work).
But still when i set the time to 15:45 (Germany). It shows runnin in two hours.
Is there a way to set the Timezone?
@QuintenQVD0 commented on GitHub (Jun 2, 2025):
No, and it should not, this will be fixt when translations are done. Schedules for now always are UTC based
@Boy132 commented on GitHub (Jun 2, 2025):
Setting the
APP_TIMEZONEwon't do anything. The backend will always use UTC and the frontend will translate to the timezone the user configured in their profile.That also means that the cron input is always in UTC, see #1228.