Since UBB stores all of its contents in HTML format, the import script has to try and interpret what it sees. If you changed the default date format to something the import script doesn't recognize then it will either
1. Interpret it wrong.
2. Not import a valid date which MySQL will not let be inserted into the database.
3. MySQL/PHP will convert the erroneous data into an integer and insert that which will give you false results.
4. PHP will insert a ZERO and is simply displaying the earliest date it know.
|