diff --git a/website/docs/admin/advanced/timezone.md b/website/docs/admin/advanced/timezone.md index fc0bfd24..92a2af50 100644 --- a/website/docs/admin/advanced/timezone.md +++ b/website/docs/admin/advanced/timezone.md @@ -2,6 +2,12 @@ sidebar_position: 4 --- -# Change TimeZone +# Server Time -Change timezone for the host OS and user panel. +Use the Server Time section to update the system-wide timezone for both the host operating system and the OpenPanel user interface. + +Changing the timezone ensures that logs, scheduled tasks, and UI timestamps align with your desired regional time settings. + +After applying a new timezone, it is recommended to restart the server, or at minimum, restart the following services to apply changes correctly: + +```systemctl restart admin cron```