Python Получите TimeStamp сегодняшнего дня

import datetime
ts = datetime.datetime.now().timestamp()
marcofaga