from datetime import datetime

millis = 1433356618314

#XXX: WRONG DON'T DO IT
datetime.fromtimestamp(str(millis)[0:-3])
