user/actions: add mention of UTC timezone being used

- Ref: forgejo/forgejo#5731
- 3fdaabcdcf caused the scheduled time to always use the UTC timezone.
This commit is contained in:
Gusted 2025-04-02 12:42:33 +00:00
parent 3c1c7d2e71
commit 8b0d255d70

View file

@ -641,7 +641,7 @@ requests are ignored.
The scheduled time is specified using The scheduled time is specified using
the [POSIX cron syntax](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07). 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 ```yaml
on: on: