Python obtenga una marca de tiempo real

import datetime
ts = datetime.datetime.now().timestamp()
Plain Partridge