I have a string (data with hours and seconds = "2020-02-02T11:00:00Z") and I am trying to convert it to custom format (20200201_110000).
Can someone is there any built in function in python (like calendar in Java) which will help me with this ?
Thanks