/reminder timezone
Set the default timezone for your serverβs reminders. This ensures reminders are triggered at the correct local time for your community.
π¬ Usage
/reminder timezone <timezone>
<timezone>
β A supported timezone string (e.g.,America/New_York
,UTC
,Europe/London
).
β³ All reminder scheduling is based on the serverβs set timezone, not the userβs.
π Example
/reminder timezone America/Chicago
This will:
Set your serverβs timezone to Central Time (US)
Apply this timezone to all existing and future reminders
Ensure consistent timing across your reminder schedule
ποΈ Notes
You must use a valid timezone string from the IANA timezone database. Example formats:
America/Los_Angeles
,Asia/Tokyo
,Europe/Paris
If unsure which value to use, check this reference list.
Changing the timezone updates all reminders immediately.
π Related Commands
/reminder create
β Create a new reminder/reminder list
β View all current reminders/reminder edit
β Update reminder settings
Last updated