mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
feat: add timezone support for schedule and user runtime (#282)
This commit is contained in:
@@ -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 (0–59)
|
||||
|
||||
Reference in New Issue
Block a user