/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