Skip to content

Commit 193f45d

Browse files
authored
Use "e" notation in timestamp calculation (#153)
Formatting was also improved for consistency with protocol field names.
1 parent 73dda78 commit 193f45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryProtocol-8bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This field is optional. In order to indicate that this field is available, the b
127127
> **Note**
128128
>
129129
> The full timestamp information can thus be retrieved using the formula:
130-
> Timestamp(s) = [`Seconds`] + [`Microseconds`] * 32 * 10-6
130+
> Timestamp = Seconds + Microseconds * 32e-6
131131
132132
### Checksum (1 byte)
133133

0 commit comments

Comments
 (0)