i have exported some data from one of the Data source and the time stamp is as follows : 2024-05-07T07:29:50.412Z, i have seen some solution in C# pages and tried implementing the same but no luck
var d = new Date('2015-03-04T00:00:00.000Z');
console.log(d.getUTCHours()); // Hours
console.log(d.getUTCMinutes());
console.log(d.getUTCSeconds());
i have some similar thought, the reason i posted is, is there any functions like getUTCHours getUTCMinutes and so on in UiPath date function… i am checking on this as well… any further guidance would be helpful… and also will such kind of functions help directly to convert to IST?