Data Source Time Zone
  • 06 May 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Data Source Time Zone

  • Dark
    Light
  • PDF

Article Summary

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();
}

Was this article helpful?

What's Next