import re, ast

timestamp="['08-52-05.173735', '09-01-22.68835', '09-10-34.145061']"
print([re.sub(r'(?<=\.).*$', '', y) for y in ast.literal_eval(timestamp)])