> For the complete documentation index, see [llms.txt](https://help.recart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.recart.com/compliance-protections/understanding-time-zones-in-recart.md).

# Understanding Time Zones in Recart

Time zones determine when your campaigns are sent and how dates display across your Recart account. This article explains how time zones work in Recart, where to update your settings, and how we determine a subscriber's time zone.

Table of contents:

* [Your store time zone](#your-store-timezone)
* [Sending a campaign: store time zone vs. subscriber time zone](#sending-a-capaign)
* [How we determine a subscriber's time zone](#how-we-determine-subscriber-timezone)
* [Viewing time zone on a subscriber's profile](#viewing-timezone-subscriber-profile)
* [Frequently asked questions](#FAQ)

### Your store time zone

Your store time zone is used for displaying dates across your Recart dashboard and for scheduling campaigns when you choose to send by store time zone.

**To view or update your store time zone:**

1. Go to [Settings → General](https://app.recart.com/settings/general), **or** click your name in the bottom-left corner of the dashboard and select **Settings**
2. Scroll to the **Time zone** section
3. Select your time zone from the dropdown
4. The label below the dropdown will confirm the full time zone name (e.g., *America/New\_York*)

![Settings\_Timezone](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FvTLpmcAF1kGUpMr7EyPQ%2Funderstanding-time-zones-in-recart-1.png?alt=media)

> Your store time zone is used for displaying dates and scheduling your campaigns.

### Sending a campaign: store time zone vs. subscriber time zone

When you schedule a campaign, you can choose between two send-time options:

* **Store time zone** *(default)* — your campaign sends at the scheduled time based on your store's time zone. All subscribers receive the message at the same moment.
* **Subscriber time zone** — your campaign sends at the scheduled local time for each subscriber. For example, a 10:00 AM send will reach each subscriber at 10:00 AM in their own time zone.

![StoreVSSubscriber\_Timezone](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FwBByYdSmbfXvsiywtOKl%2Funderstanding-time-zones-in-recart-2.png?alt=media)

**Note:** Regardless of which option you select, quiet hours are always enforced for both campaigns and automated flows. If a send falls within a subscriber's quiet hours, the message will be held until quiet hours end. [Read more about quiet hours here.](https://help.recart.com/en/articles/understanding-sms-quiet-hours)

### How we determine a subscriber's time zone

We use a priority system to assign each subscriber the most accurate time zone possible, and we update it automatically as new, reliable signals come in.

**Priority order (highest to lowest):**

1. **Order address** — shipping and billing address (when they match), valid for 180 days
2. **Browser session** — the device's real-time time zone from a recent site visit
3. **Public API integration** — time zone passed in via API
4. **Subscriber import** — time zone provided during CSV import
5. **Phone dial code** — country code from the subscriber's phone number
6. **Store default** — your store's time zone as a final fallback

**How we keep it accurate:**

* Order address only counts when shipping and billing addresses agree
* After 180 days without a new order, on the subscriber's next visit, we will update the timezone accordingly
* Gift orders (where the shipping name differs from the customer name) are ignored, so a gift shipped across the country won't change the subscriber's time zone

This system means time zones stay current even as subscribers move or travel, while avoiding false updates from one-off signals like VPNs or vacation visits.

### Viewing time zone on a subscriber's profile

You can see a subscriber's current time zone and the history of any updates on their profile.

**To view a subscriber's time zone:**

1. Go to [Subscribers](https://app.recart.com/subscribers) (or click **Subscribers** in the left-hand menu)
2. Scroll down to the **Profiles** section
3. Click a subscriber to open their profile
4. Under **Personal Info**, you'll see the **Timezone** field with the current value (e.g., *Pacific Daylight Time (UTC -07:00)*)
5. Scroll to **Subscriber history** to see when and why the time zone was set or updated

![Timezone Update](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FWvunSyn53ZHQKJd2ZxoZ%2Funderstanding-time-zones-in-recart-3.png?alt=media)

Each time zone update in the history shows which signal triggered it — for example, *"Timezone updated to Pacific Daylight Time (UTC -07:00) based on order information"* or *"Timezone set to Pacific Daylight Time (UTC -07:00) based on session."*

You can also see each subscriber's time zone at a glance from the Profiles list on the Subscribers page, alongside their location and last (un)subscribed date.

### Frequently asked questions

**What happens if a subscriber doesn't have a known time zone?**

Every subscriber is always assigned a time zone. If none of the higher-priority signals are available (order address, browser session, API, import, or phone dial code), we fall back to your store's default time zone. This means campaigns sent by subscriber time zone will always have a valid time zone to use.

**Does Recart adjust for daylight saving time?**

Yes — you don't need to do anything. Recart automatically accounts for daylight saving time when scheduling sends and displaying dates.

**Which time zone is used in reports and analytics?**

Reports and analytics are displayed in UTC.

**If I change my store time zone, will already-scheduled campaigns shift?**

No. Already-scheduled campaigns will send at their originally scheduled date and time and won't be rescheduled when you change your store time zone.

***

If you have any questions or need support with time zones, feel free to reach out to us at <support@recart.com> — we're happy to help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.recart.com/compliance-protections/understanding-time-zones-in-recart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
