I'm running Qt 4.8.2 on a Freescale BSP using Linux 3.0.17. The documentation for QDateTime::currentDateTime() says "Returns the current datetime, as reported by the system clock, in the local time zone." We use settimeofday() [http://linux.die.net/man/2/settimeofday] to set the system clock but the documentation says the timezone struct is obsolete and should not be used. So how can we programatically set the timezone in a way that Qt will recognise?
Tom Isaacson _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest