<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
OK,<BR>
<BR>
this is driving me nuts. Ever since we went on daylight savings (I live in Holland) last weekend, my listings are off by one hour. I've checked my setup over and over, and I <BR>
can't find what's wrong. <BR>
My backend server is in the same timezone (Europe/Amsterdam) as the site where the listings come from, and the clock is synced by cron with a ntp server every night. A 'date' gives the correct time. My hardware clock is running on time as well.<BR>
<BR>
I've set TimeOffset tot 'None' through mythsetup. If I set it to anything else, it's calculated correctly. For example, if I set TimeOffset to +0200, everything is off by two hours, but None and Auto cause it to be off by one hour.<BR>
<BR>
I had a look at the the piece of code that is responsible for the timeoffset calculation and the<BR>
timeoffset is somehow calculated as 60 for my setup, instead of 0. I don't know why it does that, though. I suspect some obscure system setting, in true Unix fashion tucked deep deep down somewhere...<BR>
<BR>
Does somebody have a clue where to look next ?<BR>
<BR>
Thanks,<BR>
<BR>
Erik<BR>
<BR>
<BR>
PS. I was very confused by the statement 'Ignoring invalid Timeoffset'. I could not figure out how that could be invalid since one chooses it from a dropdown box. Until I saw in the source that, if you set TimeOffset to None, it is made invalid on purpose, causing this confusing message to be printed. What's the idea behind this ? <BR>
<BR>
</BODY>
</HTML>