Motherboard Firmware Build Time/Date

Function:Specifies the Build Date/Time of the NAI factory provided Motherboard Core Application installed on the board.
Type:Two (2) unsigned binary word (32-bit)
Data Range:N/A
Read/Write:R
Operational Settings:The motherboard firmware time consists of the Build Date and Build Time.
NOTE: On some builds the the Date/Time fields are fixed to 0000 0000 to maintain binary consistency across builds.
Motherboard Firmware Build Time (Note: little-endian order in register)
Word 1 - Build Date (ex. 0x0E05 07E5 = 2021-5-14)
D31D30D29D28D27D26D25D24D23D22D21D20D19D18D17D16
Day (ex: 0x0E = 14)Month (ex: 0x05 = 5)
D15D14D13D12D11D10D9D8D7D6D5D4D3D2D1D0
Year (ex: 0x07E5 = 2021)
Word 2 - Build Time (ex. 0x0005 3712 = 18:55:05)
D31D30D29D28D27D26D25D24D23D22D21D20D19D18D17D16
null (0x00)Seconds (ex: 0x05 = 05)
D15D14D13D12D11D10D9D8D7D6D5D4D3D2D1D0
Minutes (ex: 0x37 = 55)Hours (ex: 0x12 = 18)