Time Zone Settings in application

1
Hi experts,                    I have a requirement like below. One domain model for manufacturing Location (values will be like 100,101 etc) requirement is when user select manufacturing location 100 – the time zone should be Mountain time. if user select 600 manufacturing location the time zone should e kst.   Please suggest how to implement it.
asked
1 answers
2

Hi Sabita,

After the user selects the manufacturing location, initiate a microflow and carry out the following tasks:

1. Obtain the logged-in user.
2. Retrieve the timezone from the timezone entity corresponding to the chosen location.
3. Assign the obtained timezone to the user, associating it with the 'user_timezone' association.

answered