I have a date time in this format.
1999-12-31 09:00:00
Which came from the hex value:
F0C46C38
How do you make the datetime value of the above format into a 4 byte hex? The values I posted above are complements to each other. The hex in the second code block is reversed.
Thank you!