Timezone issue
Hi We tested the following script and it worked fine then: var currentDate = new GlideDateTime();// Set the date to the first day of the next monthcurrentDate.addMonths(1);currentDate.setDayOfMonth(1);// Subtract one day to get the last day of the cu...