I'm having a list with multiple timestamps in the form of 2021-04-13 11:03:13+02:00
.
Now I wanted to use them, however I get the error ValueError: could not convert string to float
.
Is there a way for me to turn them into a proper float value, without losing the actual date and time values?