правильнее было бы работать с QDateTime
QDateTime::QDateTime ( const QDate & date, const QTime & time, Qt::TimeSpec spec = Qt::LocalTime )
Constructs a datetime with the given date and time, using the time specification defined by spec.
Qt::LocalTime
Locale dependent time (Timezones and Daylight Savings Time).