Time Zone Analysis?

I am writing to ask you about a problem I am having with the time zone of my project. Currently, the project uses the use-1 time zone by default, but I need to use Chihuahua, which has a difference of three hours.

The problem arises when I save a variable to the bucket at 12:31:19 and then call it from Analysis in the console. In this case, the variable appears with the time 15:31:19, which causes problems for data analysis.

Is there a way to change the project or bucket time zone to match Chihuahua’s? Or is there a way to adjust the time of the variable when calling it from Analysis?

I thank you for your attention and I look forward to your response.

Kind regards.

What’s your input data? I think if you can account or append the timezone for the user you can just apply the difference in hours from UTC 0.

For example: the first data record in the bucket at 12:31 p.m., but when I run the widget from 6:00 a.m. to 6:00 p.m., the Analysis brings me the data at 3:31 p.m.

Well I meant that’s how supposed to work tbh. Everything is saved in UTC 0.

Can you share the scope of the input widget (the object) and more of your analysis? You might need to add the timezone whenever you got your date objects, maybe using moment-tz.js,