Quote from: sottwell at Jun 30, 2010, 06:13 AM
How are the dates stored in the database? As a date string, or as a timestamp?
Hi Susan,
I’ve looked in the actual database to see where the custom template variable data is being stored, and I’ve found the following:
It’s not stored in the site_content table, although the document’s data is;
The TV info is being stored in the site_tmplvars table;
A value IS being stored in the site_tmplvar_contentvalues table, but the date looks like "06-11-2010 10:00:00", and it’s a text field.
I presume that Ditto is doing (or should be doing) a conversion of that date string, as it looks like it was stored the same way in my old 0.9.6 sql backup file as well (and it had no trouble there!).
Considering that no changes to Ditto/Reflect code have been made between these versions and that the minor changes in the parser class would not cause this
Perhaps it has??
I wouldn’t even know where to start looking, if this were the case.
Cheers,
Jake