PCV services: Difference between revisions
Fill in more information to some of the time-related data structures. |
|||
Line 415: | Line 415: | ||
! Offset || Size || Description | ! Offset || Size || Description | ||
|- | |- | ||
| 0x0 || 0x8|| | | 0x0 || 0x8|| A u64 representing a point in time. | ||
|- | |- | ||
| 0x8 || 0x10 || | | 0x8 || 0x10 || An ID representing the clock source. | ||
|} | |} | ||
This is a 0x18-byte struct. | This is a 0x18-byte struct. | ||
Line 530: | Line 530: | ||
| 0x4 || 0x4 || 0-based day-of-year. | | 0x4 || 0x4 || 0-based day-of-year. | ||
|- | |- | ||
| 0x8 || | | 0x8 || 0x8 || Timezone name string. | ||
|- | |- | ||
| 0x10 || 0x4 || 0 = no DST, 1 = DST. | | 0x10 || 0x4 || 0 = no DST, 1 = DST. |