Updating the date via background script shows the wrong date
I am trying to update the date for a custom field to test a notification var newDate = "12/01/2023 02:00:00";var gr = new GlideRecord('u_incident');gr.addEncodedQuery(' u_status=Pending');gr.setLimit(1);gr.query();if(gr.next()){ var pendingSta...
