Timestamp Luxon

const dt = DateTime.local();
dt.toMillis()
// or
dt.valueOf();
Disturbed Dormouse