I'm looking to insert the current system timestamp into a field on a database. I don't want to use the server side now() function and need to use the python client's system timestamp. What MySQL datatype can store this value, and how should I insert it? Is time.time() sufficient?
time.time()sufficient?" That's up to you to decide. So? Is it sufficient for your use case? If so, it's just a float value... store it as one.