int(datetime.now().replace(hour=0, minute=0, second=0, microsecond=0).timestamp())
print(int(datetime(*datetime.now().timetuple()[:3]).timestamp()))