Why setDisplayValue in glide date time object adding 6 hrs?
var startdate = 2024-11-13var gdtStartDate = new GlideDateTime(); gs.print(gdtStartDate); gdtStartDate.setDisplayValue( startdate + ' 00:00:00'); Why it is printing date with 6 hrs.? as it is supposed to print with 2024-11-13 00:00:00?2024-11-13 06...