We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Rita,This is how I ended up handling it.Allows for it to automatically adjust without having to check if it is 0 or not.var dateTime = new GlideDateTime();var timeAdjust = 1000 * 60 * 60 * 5;dateTime.subtract(timeAdjust);dateTime.add(dateTime.getDSTO...