/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.


Last updated