From 8b0d255d70fbdb35de7e551a6ed6459bbf88c806 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 2 Apr 2025 12:42:33 +0000 Subject: [PATCH 1/2] user/actions: add mention of UTC timezone being used - Ref: forgejo/forgejo#5731 - https://codeberg.org/forgejo/forgejo/commit/3fdaabcdcf4285996ab8ad29e957250fca7cffde caused the scheduled time to always use the UTC timezone. --- docs/user/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/actions.md b/docs/user/actions.md index c8ebf4ae..574d7593 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -641,7 +641,7 @@ requests are ignored. The scheduled time is specified using the [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). -See also the [crontab(5)](https://man.archlinux.org/man/crontab.5) manual page for a more information and some examples. +See also the [crontab(5)](https://man.archlinux.org/man/crontab.5) manual page for a more information and some examples. The scheduled time will use the UTC timezone. ```yaml on: From 79cab12aae423d06d0182e10e5e97bb2a93ced03 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 2 Apr 2025 12:43:07 +0000 Subject: [PATCH 2/2] Move sentence to its own line --- docs/user/actions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user/actions.md b/docs/user/actions.md index 574d7593..63292c13 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -641,7 +641,8 @@ requests are ignored. The scheduled time is specified using the [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). -See also the [crontab(5)](https://man.archlinux.org/man/crontab.5) manual page for a more information and some examples. The scheduled time will use the UTC timezone. +See also the [crontab(5)](https://man.archlinux.org/man/crontab.5) manual page for a more information and some examples. +The scheduled time will use the UTC timezone. ```yaml on: