Hi Everyone.
I have a column of ascending timestamps that are spaced in 10 minute intervals, What I are I am trying to do is to replace in each timestamp the minutes with 00 ie
2022-11-30T00:10 to 2022-11-30T00:00
2022-11-30T00:20 to 2022-11-30T00:00. and so on for all the column
I am guessing this should be something that the String Manipulation node ought to be able to complete but i am probably missing the config of the replace function.
Any pointers would be really appreciated.