Say this is my list of values:
my_list = ['Version1 2016,03,12 22:30', 'Version2 2016,03,29 23:00', 'Version3 2016,04,07 16:00', 'Version4 2016,02,24 15:00']
Is there a way to sort the list by the earliest date and time but by keeping the the Version at the front of the string.