LinHES Forums http://forum.linhes.org/ |
|
Timezone (British Summer Time) http://forum.linhes.org/viewtopic.php?f=6&t=9304 |
Page 1 of 1 |
Author: | jimyhunt [ Mon Mar 27, 2006 10:45 am ] |
Post subject: | Timezone (British Summer Time) |
Hello, how do i change the time zone for my knopmyth so that british summer time works? TIA Jim |
Author: | tophee [ Tue Mar 28, 2006 2:26 am ] |
Post subject: | |
Are you using dvb-t? If so, just force dvbdate in an X-term window. I added it to my cronjobs through the crontab. Code: crontab -e then added the following command Code: * 45 * * * dvbdate -f -s I'm not sure I needed both -f (force) and -s (set) switches, but as it makes sure my clock is correct every fortyfifth minute of every hour, it will accommodate BST from the transmitter.[/code] |
Author: | mac [ Tue Mar 28, 2006 3:24 am ] |
Post subject: | |
Code: man -k timezone
|
Author: | jimyhunt [ Tue Mar 28, 2006 11:03 am ] |
Post subject: | |
Thanks. I used - tzconfig and then went through mythtv-setup and did a retune as my prog guide was out by a hour. Thanks again. Jim neebie |
Author: | leev [ Tue Mar 28, 2006 5:13 pm ] |
Post subject: | |
Not sure if I've got a different problem, I'm running R5A26, Myth is recording the programs correctly (i.e. on time), but the time is old GMT and so the program guide and mythweb are an hour behind. I've tried dvbdate -f -s but that just reckons it the GMT time. I had a look at timezone, but with a lot of stuff being recorded soon, I don't what to screw things up... Any ideas? |
Author: | Lem [ Wed Mar 29, 2006 5:09 am ] |
Post subject: | |
Code: * 45 * * * dvbdate -f -s That 45 is in the hour field. Surely it should be Code: 45 * * * * dvbdate -f -s
?? Good tip though! |
Author: | tophee [ Wed Mar 29, 2006 6:19 am ] |
Post subject: | |
Oops, your right it should be Code: 45 * * * * dvbdate -s -f
But despite that it works. |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |