Flow Designer Inputting Wrong Time Zone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2023 07:28 AM
Hi Folks,
Bit of a strange issue. I have a flow that creates an Outage Record on the Outage Table. It uses the Incident User Impact End time + 1 second.
The User Impact End Time is below;
On creating the record, I am using the Transform Function to add 1 second;
However when I run the Flow and the Outage Record gets created, it shows with a time of 01:15:51 instead of 03:15:51 - and I have no idea why;
I could put the User Impact End Time minus 2hrs and 1 second, but I don't understand the logic - and this will be used across multiple shores and time zones. If someone could explain why this is happening and what I should be solutioning, I'd greatly appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 01:43 PM
This is probably because the flow is running via a system user that picks up the system time zone (usually Los Angeles) timezone and adding that 1 second. You could switch it to run for user who initiates the session with the flow, This setting is in the properties of the flow accessible via the ellipses with the 3 dots on the top right corner of a flow.