Expand my Community achievements bar.

Interested in becoming an Adobe Analytics Champion? Join us on May 15 at 9 am PT, and learn how to become a 2025 Adobe Champion.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

App timezone (offset): CET vs. CEST

Avatar

Level 2

Hi,

I found out that one app has different timezone settings in the configuration file than another.

    "timezone": "CET",
    "timezoneOffset": 60,

versus

    "timezone": "CEST",
    "timezoneOffset": 120,

As one is CentralEuropeanTime and the other CentralEuropeanSummerTime (which changes twice a year) - is Adobe also switching between Summer- and Wintertime, so that the App e.g. Launches are tracked on a correct timestamp?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Sebastian,

Depending on the Report Suite timezone configured, Adobe will automatically take daylight savings into consideration.

-Hyder

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi Sebastian,

Depending on the Report Suite timezone configured, Adobe will automatically take daylight savings into consideration.

-Hyder

Avatar

Level 2

Thank you!