I tried below line of code, to convert but I need complete conversion (8 bytes of hex value Ex. 60a79ed81c256a2b, which gives accurate time (Nano seconds))
print (hex(int(time.time())))
0x60a90883 (4 bytes)
print (time.time())
1621690499.4047496