I have date and time in the below Internet Date and Time Format
2020-07-06T06:48:08+0000
2020-07-07T10:02:45+0000
I need to convert this to Unix timestamp using javascript.
Once done, I need to then convert the Unix timestamp back to Internet Date and Time Format
1585859757
1585507012
Any pointers on how to achieve this?