On Thu, 1 Mar 2012 17:58:10 +0100, Fabien Lafont <[email protected]>
wrote:
> Does anyone knows how to convert the date and time of a
> QDateTimeEdit() to UTC time format

QDateTime.toUTC()

> (seconds since 1970 like with
> time.time() )?

QDateTime.toTime_t()

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to