I see how How can I parse a time string containing milliseconds in it with python? provides a solution when parsing a full timestamp and Is there an inverse function for time.gmtime() that parses a UTC tuple to seconds since the epoch? provides a solution when parsing time.gmtime(). How do I parse time.time()? That means, converting it to a time tuple, or something similar with better precision.
I was hoping to preserve microseconds.