From 2230cf829f2f682f7928fcb5aacfc0d33bde6a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radovan=20Je=C4=8Dmenica?= <147708271+radovanjecmenica@users.noreply.github.com> Date: Mon, 5 May 2025 09:23:09 +0200 Subject: [PATCH] Update timezone.md --- website/docs/admin/advanced/timezone.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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```