GlideDateTime setTZ(TimeZone timeZone) does NOT work
According to this: setTZ(TimeZone timeZone) It's not working. Step 1, change your profile timezone: Step 2, run this background script: var tz = gs.getSession().getTimeZone(); gs.print(tz); var gdt = new GlideDateTime(); gs.print(gdt); gdt.setTZ(tz...
