sorry, i REALLY don't know, how to fix it other than using a try/except block
[enigma2.git] / lib / driver / etimezone.cpp
1 #include "etimezone.h"
2
3 #include <time.h>
4
5 etimezone::etimezone()
6 {
7         tzset();
8 }