SourceForge.net
2011-03-28 19:40:30 UTC
Bugs item #3098768, was opened at 2010-10-30 11:27
Message generated for change (Comment added) made by bhaak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3098768&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_ch_search
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patric Mueller (bhaak)
Assigned to: Nobody/Anonymous (nobody)
Summary: ch_search: not honoring daylight saving time
Initial Comment:
The current CVS version of tv_grab_ch_search has the CET timezone hardcoded:
tv_grab_ch_search.in:148 ## the timezone tv.search.ch lives in is, CET/CEST
tv_grab_ch_search.in:149: my constant $TZ = "+0100";
For the time being this problem will of course resolve itself tonight. :)
----------------------------------------------------------------------
Message:
A workaround I'm using is using
my constant $TZ = strftime("%z",localtime);
This returns the current time zone offset.
This isn't a real solution as the dates after the change of the daylight
saving time are still wrong if they come from a run of the program before
the change of the daylight saving time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3098768&group_id=39046
Message generated for change (Comment added) made by bhaak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3098768&group_id=39046
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: tv_grab_ch_search
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patric Mueller (bhaak)
Assigned to: Nobody/Anonymous (nobody)
Summary: ch_search: not honoring daylight saving time
Initial Comment:
The current CVS version of tv_grab_ch_search has the CET timezone hardcoded:
tv_grab_ch_search.in:148 ## the timezone tv.search.ch lives in is, CET/CEST
tv_grab_ch_search.in:149: my constant $TZ = "+0100";
For the time being this problem will of course resolve itself tonight. :)
----------------------------------------------------------------------
Comment By: Patric Mueller (bhaak)
Date: 2011-03-28 21:40Message:
A workaround I'm using is using
my constant $TZ = strftime("%z",localtime);
This returns the current time zone offset.
This isn't a real solution as the dates after the change of the daylight
saving time are still wrong if they come from a run of the program before
the change of the daylight saving time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=424135&aid=3098768&group_id=39046