"Member Since" unix datestamp
Brought to you by:
jeffedw,
tomdawkins
When IPB data was ported over to Mambo, the "Member
Since" value in the user field didn't translate. IPB
uses a special function to decode their datestamp intoa
real date. Mambo just stores the date using
traditional MySQL datetime format.
ACTION:: Figure out how to convert old member
datestamps to regular mambo-compatible timestamps.