Hi @malixx4 The solution to your problem is to use getTimeParting plugin
& you can get the time in your desired TimeZone captured in an eVar.var
tpA = s.getTimeParting('n','-7');s.eVarX = tpA.split('|')[0]; // time at
minute levelReference documentation for the same - getTimePartingDate /
Date range you can always choose for the report whenever you run them in
Adobe Analytics.I also recommend using Classifications to break it out
by:Day of Week, Month, AM v PM, Weekday vs Weekend. Thanks.