Hi everyone,
We’ve noticed something odd in our UAT environment and wanted to check if others are experiencing the same.
In our workflow, when we declare a Date variable like:
return DateTime.Today;
We expect it to return today at 12:00 AM local time (ET).
But in UAT, it’s instead returning yesterday at 7:00 PM.

Interestingly, when we declare it like:
return DateTime.Today.ToString();
…it returns the correct value → today at 12:00 AM.

So the behavior changes depending on whether the value is returned as a DateTime vs. a string.
This only happens in UAT, not in production environment.

Has anyone else run into this issue in their UAT?
Is this expected behavior in DocuSign UAT, or could this be a bug?
Thanks in advance for sharing your experience!