Dapatkan cap waktu dengan pyrhon

import datetime;
ts = datetime.datetime.now().timestamp()
print(ts)
# 1642376713.9055
Scary Swiftlet