Hi @vjleo94 ,
The issue here is that DateUtil.getISO8601Date(Calendar cal) from com.day.cq.commons.date.DateUtil does not convert the time to UTC before formatting it in ISO 8601 format. Instead, it simply appends the "Z" (which represents UTC) to the timestamp, even if the Calendar object is in a...