We just upgraded our dev environment to 4.7. In a workflow, I have an escalation set by reading an SQL DateTime field via a Smart Object. The escalation is set for 1 hour later than the value in the field.
For example, the value in the field was 4/28/2017 and 13:44:11, but the escalation was set for 4/28/2017 and 14:44:11 (per confirming the Server.ASync table). Why is the To DateTime function adding an hour?
EDIT: I had to write the time above in a non-datetime format. K2 community's site redacted sections of it.