diaspora/lib/data_conversion
Sarah Mei 22f7d1d48b Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds.
As a result we have to divide the exported value by 1000 before importing it (which coincidentally is the same as truncating the last 3 digits).
The remaining 8-hour difference is a time zone thing - haven't solved that one yet.
2011-01-08 17:18:09 -08:00
..
base.rb Services need a mongo_id 2011-01-07 15:14:45 -08:00
export_from_mongo.rb Import raw services, I think we need to change the name of the type field (is it supposed to be in provider?) other than that, only posts remain. 2011-01-06 16:23:18 -08:00
import_to_mysql.rb Unix timestamps (output by mongo) are in milliseconds, but MySQL datetimes only have fidelity to seconds. 2011-01-08 17:18:09 -08:00