how to parse the byte array of type datetime(3) in the binlog of mysql5.5

40 Views Asked by At

how to parse the byte array of type datetime(3) in the binlog of mysql5.5; i have known the length of the byte array of type datetime(3) is 8, but i don't know how to parse it to Timestamp

the way to parse the byte array to Timestamp

0

There are 0 best solutions below