Compressed Time-Stamp with mSecs Format

For the compressed time-stamp, Words 5 through 8 contain the following information:

Word 5

The 16 bits of this word are formatted as follows:

FFFnnnnnnnnnnnnn

where:

FFF = 010

nnnnnnnnnnnnn = is meaningless and ignored

Word 6

The seconds and ticks with msecs can be formatted as follows.

SSSSSSTTTTTTTTTT

where:

SSSSSS = the number of seconds (0-59)

TTTTTTTTTT = the number of mSecs after the second (0-999)

(where 1000 mSecs = 1 second)

Word 7

The 16 bits of this word are formatted as follows:

DDDDDHHHHHMMMMMM

where:

DDDDD = the day of the month (1-31)

HHHHH = the hour of the day (0-23)

MMMMMM = the minutes after the hour (0-59)

Word 8 

The 16 bits of this word are formatted as follows:

MMMYYYYYYYYYYYY

where:

MMMM = the month of the year (1-12)

YYYYYYYYYYYY = the year (0-2038)

More information

MSTR Block Data Area Format.