Compressed Time-Stamp Format

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

Word 5

The 16 bits of this word are formatted as follows:

FFFSSSSSSTTTTTTT

where:

FFF = 001

SSSSSS = the number of seconds (0-59)

TTTTTTT = the number of ticks after the second (0-99) 

(where 100 ticks = 1 second)

Word 6

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 7

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.