1. Decoding an Embedded Log Hex Timestamp
Firmware EngineerBackground
An IoT device log records event timestamps as 32-bit hexadecimal values in big-endian notation.
Problem
Convert a logged hex value 0x5F6B3A2F to determine the exact UTC date and decimal epoch time.
How to use
Enter 0x5F6B3A2F into the timestamp input and leave Hex byte order set to Big-endian.
Timestamp: 0x5F6B3A2F, Hex byte order: Big-endianOutcome
Receives ISO 8601 UTC timestamp 2020-09-23T12:06:07.000Z along with decimal seconds (1601057839) and hex representations.