Python menggunakan datetime sebagai id

import datetime
datetime.datetime.now().strftime('%Y%m%d%H%M%S')
Calm Crab