I have an issue where I have two workflows one (A) that takes Date and Time as a required value. The second workflow (B) starts workflow (A) with a start workflow action.
Now this is the interesting part I record the value in workflow (B): 13/04/2016 12:00:00 AM .
I then pass the value in workflow (B) to workflow (A), with no change to the value I record the value in (A). It returns the following: 13/04/2016 10:00:00 AM .
Additional information that may help trouble shoot:
Currently the only way I can address this issue is to set workflow (B) date and time -10 hours before calling workflow (A). This is not ideal because if its dependent on regional settings like I think then as soon as daylight savings start again then it will be out by an hour.
Hi,
Are you setting the time portion "12:00:00 AM" upon starting workflow B or are you just leaving it to default?
Thanks,