I have a workflow in Nintex Automation Cloud that uses “Convert a value” to convert Text variable to DateTime variable but the date is off by 1 day -
Example: if the input is this,
2/6/2024
the output is this,
2/5/2024 18:00:00 PM
The “Convert a value” parameters look like this:
Source value = (a Text variable)
Target type = DateTime
Source dateTime format = M/d/yyyy
Source locale = United States (en-Us)
Result = (a DateTime variable)
Also, the Timezone settings in the workflow are:
Box checked for “Use the tenant’s default regional settings for this workflow” where Tenant default time zone is (UTC-06:00/UTC-05:00) America/Chicago.