add blinking dish-picture if positioner is moving (we need a function which returns...
[enigma2.git] / lib / driver / etimezone.cpp
1 #include "etimezone.h"
2
3 #include <time.h>
4
5 etimezone::etimezone()
6 {
7         tzset();
8 }