> But then there must be some kind of difference between playback and > delete, > because playback worked but not delete. > Maybe the conversion is done differently on playback? And/Or it uses a > different table?
Same table, same function, the value during playback comes from a QDateTime "directly" from the DB (mysql lib returning a string, which Qt then parses into a DateTime). However, when you delete something the value is the result of being serialized on the frontend and resurrected in the backend (through a time_t, involving validity and DST conversions/checks). -- Anduin Withers
_______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
