Currently BGL2XML does not decode timezone records. It would be nice (for me anyway) to have this capability. I have done some preliminary work.
The section type is 0x002F
Each record is a timezone lat/long box and is 24 bytes
What I found is
0x00 DWord Long Min
0x04 DWord Lat Max
0x08 DWord Long Max
0x0C DWord Lat Min
0x10 SInt16 timedeviation minutes
0x12 byte priority
0x13 Sint8 daylightSavingsTimeShift
0x14 byte SavingsStartDayOfYearBase (ls 8 bits)
0x15 byte SavingsEndDayOfYearBase (ls 4 bits) SavingsStartDayOfWeek (3 bits) SavingsStartDayOfYearBase (ms 1 bit)
0x16 byte daylightSavingsEndDayOfWeek (3 bits) SavingsEndDayOfYearBase (ms 5 bits)
0x17 byte unk (00?)
scott s.
.
The section type is 0x002F
Each record is a timezone lat/long box and is 24 bytes
What I found is
0x00 DWord Long Min
0x04 DWord Lat Max
0x08 DWord Long Max
0x0C DWord Lat Min
0x10 SInt16 timedeviation minutes
0x12 byte priority
0x13 Sint8 daylightSavingsTimeShift
0x14 byte SavingsStartDayOfYearBase (ls 8 bits)
0x15 byte SavingsEndDayOfYearBase (ls 4 bits) SavingsStartDayOfWeek (3 bits) SavingsStartDayOfYearBase (ms 1 bit)
0x16 byte daylightSavingsEndDayOfWeek (3 bits) SavingsEndDayOfYearBase (ms 5 bits)
0x17 byte unk (00?)
scott s.
.


