Solved
Forum Discussion
1 Reply
Sort By
- nmrao
Champion Level 1
With Java 8, below should get you the time you needed in one liner
${= java.time.ZonedDateTime.now(java.time.ZoneId.of("GMT")).plusMinutes(40).format(java.time.format.DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss"))}