Good morning,
i see on QT Docs that :

Qt Code:
  1. qint64 QDateTime::currentMSecsSinceEpoch () [static]
  2. Returns the number of milliseconds since 1970-01-01T00:00:00 Universal Coordinated Time
To copy to clipboard, switch view to plain text mode 

I want to know the milliseconds since 1970-01-01T00:00:00 Universal Coordinated Time for a specific Date Time.

How can i reach it ?

Thanks
Gabriele