Resolved! Wrong timezone for GlideDateTime
I am trying to assign a "latest response date" in a workflow, so I can timeout the whole thing and end it if the customer doesn't respond in time. To do this, I am setting: var today = new GlideDate(); var cutoffTime = new GlideTime(); cutoffTime....