Re: [Interest] Setting timezone for QDateTime::currentDateTime()

2015-08-08 Thread Reinhardt Behm
On Saturday 08 August 2015 19:59:43 Tom Isaacson wrote: > 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://

Re: [Interest] Setting timezone for QDateTime::currentDateTime()

2015-08-08 Thread Thiago Macieira
On Saturday 08 August 2015 19:59:43 Tom Isaacson wrote: > 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://

[Interest] Setting timezone for QDateTime::currentDateTime()

2015-08-08 Thread Tom Isaacson
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