Fix daylight saving time bug in timers (backport from tuxbox-cvs)

Origin commit data
------------------
Commit: 636f7cef05
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)

Origin message was:
------------------
- Fix daylight saving time bug in timers (backport from tuxbox-cvs)
This commit is contained in:
gixxpunk
2012-10-13 17:10:25 +02:00
committed by Jacek Jendrzej
parent 890b4f2c0a
commit 13ba395dc2
3 changed files with 1 additions and 3 deletions

View File

@@ -167,7 +167,6 @@ class CDateInput : public CExtendedInput
{
private:
time_t* time;
int dst;
protected:
virtual void onBeforeExec();