View Full Version : hackman DST manager
PortlandPaw
03-19-2007, 10:00 AM
I've added a routine to hackman (see sig) that adjusts the time zone to deal with the GWB DST. It works with my Series 1 boxes and is dependent on these MFS values:
version 2.5.x "/Setup" "TimeZone"
version 3.0.x "/State/LocationConfig" "TimeZoneOld"
Could someone tell me what the corresponding data might be for other versions so that I can make this as universal as possible?
SteveT
03-19-2007, 12:02 PM
Could someone tell me what the corresponding data might be for other versions ...Not sure if this is what you're looking for, but here is /State/LocationConfig from my 6.3b system:LocationConfig 17428/10 {
Version = 1337
PostalCode = 29640
AutoDetect = 3
TimeZoneOffset = -18000
UseDaylightSavings = 1
DaylightSavingsPeriods = 17428/351 17428/352
IndexPath = /State/LocationConfig
}and from my 6.2 system:LocationConfig 3984/10 {
Version = 345
PostalCode = 29609
TimeZoneOffset = -18000
IndexPath = /State/LocationConfig
}
PortlandPaw
03-19-2007, 12:17 PM
That's exactly what I was after, thank you. It appears that I would have to make some adjustments to make this work with 6.2 and 6.3b, if it's something people need. I'll be interested to hear about other software versions.
Thanks!
PortlandPaw
03-19-2007, 09:42 PM
Specifically, I'd like to see information like SteveT supplied, that is the name of the attribute (TimeZoneOffset, in this case), where it was found (/State/LocationConfig), and the value (-18000).
I'd like it for versions:
3.1
4.0
7.1
7.2
I really appreciate everyone's help!
Narf54321
03-20-2007, 01:11 PM
Crud, my 'net connection wigged out on me, and I seem to have double-posted. Next post.
<DELETE>
Narf54321
03-20-2007, 01:21 PM
Tivo System 4.0.1b:
LocationConfig 606762/10 PRIMARY {
Version[1]=11
PostalCode[16]=48001
TimeZoneOffset[19]=-18000
IndexPath[4]=/State/LocationConfig
Tivo System 7.3.1 (Not sure if this exactly matches 7.1 and 7.2)
LocationConfig 4316/10 PRIMARY {
Version[1]=7
PostalCode[16]=48001
TimeZoneOffset[19]=-18000
AutoDetect[20]=3
UseDaylightSavings[21]=1
UNKNOWN[22]=586
IndexPath[4]=/State/LocationConfig
}
Tivo System 8.1.1 (from S3). This gets more complicated:
LocationConfig 7339/10 {
Version = 5
PostalCode = 48001
TimeZoneOffset = -18000
ServiceProvidedAreaCodes = 586
DaylightSavingsPeriods = 7339/11 7339/12 7339/13
IndexPath = /State/LocationConfig
}
DaylightSavingsPeriod 7339/11 {
EndDate = 13086
EndTime = 7200
StartDate = 12876
StartTime = 7200
}
DaylightSavingsPeriod 7339/12 {
EndDate = 13450
EndTime = 7200
StartDate = 13240
StartTime = 7200
}
DaylightSavingsPeriod 7339/13 {
EndDate = 13821
EndTime = 7200
StartDate = 13583
StartTime = 7200
}
PortlandPaw
03-20-2007, 05:43 PM
Narf, that is a huge help, thank you!
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.