Hello everyone, i need help
I have an input widget, where the variable that appears from the aggregate differs by timezone, how do I change the input variable to match the converted expression.
why do I use the input widget? because I need it to make data changes
please let me know if any know how to solve this, thanks a lot
Hello Yosua,
You can one of Forge components that handling time zone for example check this component
Hi @yosua yansen
Do you want to change timezone ?
As i understood you want to change data or date time stored in your entity in your local timezone, is it correct ?
If that us the case then you can use this forge component TimezoneReactiveUtils
I hope it'll help you.
ThanksDeep
Hello @Deepsagar Dubey
yes i want to store data and display data in widget input based on timezone in my location
for example the data in the aggregate is in accordance with the timezone location but when it is displayed using the timezone widget input it will be different correct :
wrong:
Okay so try to use above mentioned forge component, might be it'll halpful for you.