Changes

1,985 bytes added ,  07:47, 7 October 2022
Created page with "==Timestamp parsing== The value is received as 4 byte hexadecimal value. Example how to parse it to a human readable date is provided in the table below: {| class="wikitable"..."
==Timestamp parsing==
The value is received as 4 byte hexadecimal value. Example how to parse it to a human readable date is provided in the table below:

{| class="wikitable"
|+
! style="width:20%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: center;" |Step
! style="width:35%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: center;" |Timestamp
! style="width:10%; border: 1px solid white; border-bottom: 2px solid #0054A6; background: white; color: #0054A6; text-align: center;" |Format
|-
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: left;" |1. Received value
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |63-36-86-D0
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |HEX
|-
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: left;" |2. Converted to DEC
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |1664517840
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |DEC
|-
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: left;" |3. Converted to Human readable date
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |Friday, September 30, 2022 06:04:00 AM, GMT+00:00
| style="border: 1px solid white; border-bottom: 2px solid #E8E8E8; background: white; text-align: center;" |Human readable date
|-
|}
Converting whole 4 byte Hexadecimal - 63-36-86-D0 value to decimal value as it is equivalent of Unix timestamp in seconds - 1664517840. Convert epoch to human-readable date: https://www.epochconverter.com/<br />

Navigation menu