Re: [Development] Status of QTimeZone

2013-04-15 Thread Thiago Macieira
On segunda-feira, 15 de abril de 2013 13.11.25, Mitch Curtis wrote: > On 03/25/2013 10:43 PM, John Layt wrote: > > 4) The QDateTime QDataStream was changed in 5.0 to write all times as UTC, > > but I think this is wrong. Qt::LocalTime is clearly documented as being > > the same local time (i.e. ym

Re: [Development] Status of QTimeZone

2013-04-15 Thread Jake Thomas Petroules
I completely agree with that reasoning. Is it too late to restore the original behavior? I imagine the 5.0.x will be rather short lived with 5.1 coming out so soon so it seems like such a change wouldn't be all that terrible. -- Jake Petroules Chief Technology Officer Petroules Corporation ยท ww

Re: [Development] Status of QTimeZone

2013-04-15 Thread Mitch Curtis
On 03/25/2013 10:43 PM, John Layt wrote: > 4) The QDateTime QDataStream was changed in 5.0 to write all times as UTC, but > I think this is wrong. Qt::LocalTime is clearly documented as being the same > local time (i.e. ymd hms) regardless of the underlying system time or time > zone or any change