Forum Discussion

Deepika_Lalam's avatar
Deepika_Lalam
Regular Visitor
6 years ago
Solved

Add minutes to current date time using groovy

To get the Current Date Time value, im using this: ${= Calendar.getInstance(TimeZone.getTimeZone('GMT')).format("yyyy-MM-dd'T'HH:mm:ss")} which gives DateTime as 2020-02-05T22:07:34   I want to a...