I got this string from an api After looking at it I realized it was a dat/time
20220112201146
I then decoded it by hand to be
2022(Y)01(M)12(D)20(H)11(M)46(S)
How would I slice everything up to be Y:M:D:H:M:S? Example:
2022:01:12:20:11:46
And then add 80 mins to it?