feat: add timezone support for schedule and user runtime (#282)

This commit is contained in:
Yiming Qi
2026-03-26 01:32:02 +08:00
committed by GitHub
parent 3a7f5200ed
commit 03ba13e7e5
51 changed files with 793 additions and 100 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ A **Schedule** is a cron-triggered rule bound to a specific bot. When a schedule
## Cron Pattern Reference
The `pattern` field uses standard cron syntax with five fields:
The `pattern` field uses standard cron syntax with five fields. It is evaluated in the server's configured timezone. By default, Memoh uses `UTC`, and you can change it with the top-level `timezone` config value.
```
┌───────────── minute (059)