We have global tenant level time zone settings available, which will change time zone to all users right?
How can each user have their own time zone setting?
We have global tenant level time zone settings available, which will change time zone to all users right?
How can each user have their own time zone setting?
tenant-level time zone applies to all users globally.and UiPath Orchestrator does not allow individual user time zone settings.
Users can have different local times on their computers, but Orchestrator will always show times in tenant time zone.
we have 2 options like converting time manually in Studio using ToUniversalTime() or ToLocalTime() another one is Building our own UI (REFramework dashboard) that converts time to user’s local zone
Open User Profile / Preferences > Go to Settings → Time Zone > Select your time zone and save
Happy Automation
Ideally timezone is tenant level so cannot be changed per user
but all the times generally display as per the current timezone anyways in jobs, but saved times would be the same utc
cheers