---
title: "Data Source Time Zone"
slug: "data-source-time-zone"
updated: 2020-05-06T16:06:11Z
published: 2020-05-06T16:06:11Z
canonical: "onpremises.webtrends.help/data-source-time-zone"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://onpremises.webtrends.help/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Source Time Zone

## Data Source Time Zone

The Web server time zone field contains the time zone of your web server. Webtrends uses this time zone to translate date and time fields in your web activity data to local time. A day’s worth of data is determined by the time zone selected, setting the boundaries for daily unique visitors.

**JavaScript Example:**

```
window.webtrendsAsyncInit = function () {
        var dcs = new Webtrends.dcs();
        dcs.init( {
                dcsid: "dcs9x99xxxx9xxx9xx9xxxx9x_9x9x",
                timezone: -8
        });
        dcs.track();
}
```
