{% extends "base" %} {% block init %} {% set title = "Support" %} {% set page_title = "Timezone Help" %} {% set page_subtitle = "Timezones are tricky. Read on for help" %} {% set show_invite = false %} {% endblock %} {% block content %}

Selecting your timezone manually

To select your timezone manually, use /timezone. This will set your timezone across all servers with Reminder Bot.
You should only ever have to do this once. To avoid needing to change timezone due to daylight savings, choose a DST-aware region, for example Europe/London instead of GMT, or US/New_York instead of EST.

Selecting your timezone automatically

A new feature we offer is the ability to configure Reminder Bot's timezone from your browser. To do this, go to our dashboard, press 'Timezone' in the bottom left (desktop) or at the bottom of the navigation menu (mobile). Then, choose 'Set Bot Timezone' to set Reminder Bot to use your browser's timezone.
From here, you can also configure the dashboard to alternatively use the manually configured timezone instead of the browser's timezone, if your browser is reporting your timezone incorrectly, or if you have a special use-case.

{% endblock %}